Color & Visual
Blueprint nodes for color & visual operations.
20 nodesHex To Linear Color
PureConverts a hex color string to FLinearColor. Supports with/without '#' and 6 or 8 character formats.
HexToLinearColorLinear Color To Hex
PureConverts an FLinearColor to a hex string.
LinearColorToHexRGB To HSL
PureConverts an RGB color to HSL (Hue, Saturation, Lightness) components.
RGBToHSLHSL To RGB
PureConverts HSL values to an RGB linear color.
HSLToRGBRGB To HSV
PureConverts an RGB color to HSV (Hue, Saturation, Value) components.
RGBToHSVHSV To RGB
PureConverts HSV values to an RGB linear color.
HSVToRGBGet Complementary Color
PureReturns the complementary color (opposite on the color wheel, 180 degree hue shift).
GetComplementaryGet Analogous Colors
PureReturns two analogous colors (adjacent on the color wheel).
GetAnalogousColorsGet Triadic Colors
PureReturns two triadic colors (120 degrees apart on the color wheel).
GetTriadicColorsLerp Color HSL
PureInterpolates between two colors in HSL space, producing perceptually smoother transitions than RGB lerp.
LerpColorHSLLerp Color HSV
PureInterpolates between two colors in HSV space.
LerpColorHSVTemperature To Color
PureConverts a color temperature in Kelvin to an RGB color using the Planckian locus approximation.
TemperatureToColorContrast Ratio
PureCalculates the WCAG contrast ratio between two colors (1:1 to 21:1).
ContrastRatioIs WCAG AA Compliant
PureChecks if a text/background color pair meets WCAG AA accessibility standards (4.5:1 for normal, 3:1 for large).
IsWCAGAACompliantGenerate Palette
PureGenerates a color palette from a base color using various harmony rules (complementary, analogous, triadic, split-comple...
GeneratePaletteSaturate Color
PureIncreases the saturation of a color by the given amount.
SaturateDesaturate Color
PureDecreases the saturation of a color by the given amount.
DesaturateBrighten Color
PureIncreases the brightness/lightness of a color.
BrightenColorDarken Color
PureDecreases the brightness/lightness of a color.
DarkenColorRandom Harmonious Color
PureGenerates a random color that is harmonious with the base color (within hue, saturation, and value constraints).
RandomHarmoniousColor