Color From Hex Code is a ProtoFlux node that Makes a Color from a string hex code formatted according to the web color format
Inputs
HexCode (String)
Turns this hex code into a color. The hex code formatted to the web color format, with the last 2 "FF"s being used for Alpha.
Outputs
Color (Color)
A color made from the provided HexCode (String), or [0,0,0,0]
if not parsed.
Parsed (bool)
Whether the provided HexCode (String) is a valid web color format to parse.
-
How to use Color From Hex Code to turn a string hex into a color.