beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

HexToRGB_v2 Op



HexToRGB
Namespace: Ops.Color

Op author: pandur

Converts a hex color like `#ff0000` to number values


The resulting colors will be in range [0..1].
If Bytes is set to true the colors will be in range [0..255].



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)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using HexToRGB_v2

  • Public
  • My Patches