color-recipe-generator
Reactive icon

Color Recipe Generator

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 17 Sep (yesterday)
 by 
0.0
 (0 ratings)
color-recipe-generator

Color Recipe Generator

Documentation
1.0.0

Options

 

 

This component performs the color analysis of a digital image, identifying its average color based on RGB (Red, Green, Blue) values. From this average, it converts the data to the CMYK (Cyan, Magenta, Yellow, Black) model, widely used in printing and pigmentation processes. 

Based on the CMYK percentage composition obtained, the component calculates a proportional pigment recipe in milliliters, considering a total volume defined in ml. This recipe provides the exact quantities of each pigment needed to reproduce the analyzed color with high fidelity, whether in graphic processes, ink formulations, or color mixing simulations. 

This component is ideal for applications that require precise color control, such as ink formulation systems, custom printing, automated graphic design, or visual quality control.

  

  • ColorRecipeGenerator: Processes an image and returns a detailed analysis of its average color. It calculates the average RGB values, converts them to CMYK, and generates a proportional pigment recipe based on a specified volume in milliliters.
  • Binary: A binary that represents an image with one color. 
  • Milliliters: The total volume in milliliters used to calculate the pigment recipe, ex: 500. 
  • Result: This object represents the analysis of the average color of an image, converted to RGB and CMYK models, and accompanied by a proportional recipe in milliliters for color reproduction with pigments. 
    • Rgb: Average RGB color values. 
    • Cmyk: Converted CMYK values (percentage). 
    • RecipeML: Pigment recipe based on total volume.