HSBtoRGB Op

HSBtoRGB

Converts a color from HSB to RGB (conversion, HSV, HSL, colour, mode)



Edit Documentation

Full Name
  • Ops.Color.HSBtoRGB
Visibility
  • Core Op - Official cables op
License
  • MIT
Author


 

Example Patch HSB color conversion

Open In Editor

Youtube Video Tutorial

INPUT PORTS


Hue (Number)

The hue in range [0..1]

Saturation (Number)

The saturation in range [0..1] - default value is 0.5

Brightness (Number)

The brightness in range [0..1] - default value is 0.5

OUTPUT PORTS


R (Number)

The red amount in range [0..1]

G (Number)

The green amount in range [0..1]

B (Number)

The blue amount in range [0..1]


Patches using HSBtoRGB

  • Examples
  • Public
  • My Patches