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]
.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
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)