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

RGBtoHSB Op



RGBtoHSB
Namespace: Ops.Color

Op author: pandur

convert RGB color to HSB Hue, Saturation, Brightness




Inputs

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

Outputs

Hue (Number)
Saturation (Number)
Brightness (Number)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using RGBtoHSB

  • Public
  • My Patches

Changelog


created op
2019-07-16 - pandur
Ops.Color.RGBtoHSV renamed to Ops.Color.RGBtoHSB
2019-07-16 - pandur