A newer version of Max is available. Click here to access the latest version of this document.

jit.hsl2rgb

Converts HSL to RGB

Description

The jit.hsl2rgb object converts a 4 plane matrix of AHSL (alpha, hue, saturation, lightness) data to ARGB (alpha, red, green, blue) data.

Matrix Operator

matrix inputs:1, matrix outputs:1
Name IOProc Planelink Typelink Dimlink Plane Dim Type
out n/a 1 1 1 4 1 char float32 float64

Information for Jitter Matrix Operator (MOP) messages and attributes to this object

Information for box attributes common to all objects

Examples

See Also

Name Description
jit.colorspace Convert between colorspaces
jit.hue Rotate hue
jit.rgb2luma Converts RGB to monochrome (luminance)
jit.rgb2hsl Convert HSL to RGB
jit.traffic Multiply the planar vector by a matrix