Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Create Recraft Color by choosing specific RGB values. This node allows you to define a color by specifying individual red, green, and blue values, which are then converted into a Recraft color format that can be used in other Recraft operations.

Inputs

ParameterData TypeRequiredRangeDescription
rINTYes0-255Red value of color (default: 0)
gINTYes0-255Green value of color (default: 0)
bINTYes0-255Blue value of color (default: 0)
recraft_colorCOLORNo-Optional existing Recraft color to extend

Outputs

Output NameData TypeDescription
recraft_colorCOLORThe created Recraft color object containing the specified RGB values