ProtoFlux:Color From Hex Code

From Resonite Wiki
Revision as of 19:49, 24 February 2024 by 989onan (talk | contribs) (Create Color From Hex Code ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.