Convert between colorspaces
Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
out | n/a | 1 | 1 | 1 | 4 | 1 | char |
Name | Type | g/s | Description |
---|---|---|---|
input | symbol | The name of the colorspace to convert from (default = RGB) Currently supported colorspaces are: RGB RetinalCone XYZ UVW uvY xyY UVW S0W LHoC YIQ YUV RGBcie RGBsmpte HSV HLS IHS Lab Luv CMY KCMY (where black is stored in the alpha channel) I1I2I3 |
|
output | symbol | The name of the colorspace to convert to (default = RGB) The options are the same as for the input attribute. |
Name | Description |
---|---|
jit.rgb2luma | Converts RGB to monochrome (luminance) |
jit.hsl2rgb | Converts HSL to RGB |
jit.traffic | Multiply the planar vector by a matrix |
jit.rgb2hsl | Convert HSL to RGB |