ProtoFlux:Color To Hex Code

From Resonite Wiki
Color To Hex Code
Color
*
ShortForm
IncludeAlpha
Prefix
Colors

Color To Hex Code converts a Color to a string hex color code such as "#FFAABC".

Inputs

Color (Color)

The color to convert. Color components are clamped to the range 0-1.

ShortForm (Bool)

If true, convert to a short form such as "#FAC" instead of "#FFAACC".

This is currently bugged and produces incorrect results.[1]

IncludeAlpha (Bool)

If true, include the alpha channel as the last component.

Prefix (String)

The string to prefix the color code with. Defaults to "#".

Outputs

* (String)

The resulting hex code.

Gallery

References