Color XTo Hex Code
Colors
Color To Hex Code converts a ColorX 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.
See Also
- Color To Hex Code: for the Color type.