HSBtoRGB Op
This op is deprecated!
It will not receive any updatesConverts a color from HSB to RGB (conversion, HSV, HSL, colour, mode)
Summary (oneliner)
Full Name
- Ops.Extension.Deprecated.HSBtoRGB
- Extension Op - Visible to all users
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
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]