Converts a hex color like `#ff0000` to number values
summary (oneliner)
The resulting colors will be in range [0..1]
.
If Bytes
is set to true
the colors will be in range [0..255]
.
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
Hex (String)
A hex color, e.g. #ff0000
or 00ff00
(you can omit the #
character if you want)
Bytes (boolean /Number)
If true
the output will be in range [0..255]
, otherwise [0..1]
Outputs
R (Number)
G (Number)
B (Number)