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

HexToRGB_v2 Op

HexToRGB

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].


Edit Documentation

Full Name
  • Ops.Color.HexToRGB_v2
Visibility
  • Core Op - Official cables op
Author


 

INPUT PORTS


Hex (String)

A hex color, e.g. #ff0000 or 00ff00 (you can omit the # character if you want)

Bytes (Number:boolean )

If true the output will be in range [0..255], otherwise [0..1]

OUTPUT PORTS


R (Number)
G (Number)
B (Number)

Usages of HexToRGB_v2

  • Examples
  • Public
  • My Patches
  • Ops