Convert HSL to RGB
| Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
| out | n/a | 1 | 1 | 1 | 4 | 1 | char float32 float64 |
| Name | Type | g/s | Description |
|---|---|---|---|
| hoffset | float | The hue offset (default = 0.) | |
| hscale | float | The hue scaling (default = 1.) Hue scaling values above 1. wrap to 0. | |
| loffset | float | The lightness offset (default = 0.) | |
| lscale | float | The lightness scale (default = 1.) Lightness scaling values above 1. clip to 1. | |
| soffset | float | The saturation offset (default = 0.) | |
| sscale | float | The saturation scale (default = 1.) Saturation scaling values above 1. clip to 1. |
| Name | Description |
|---|---|
| jit.colorspace | Convert between colorspaces |
| jit.hue | Rotate hue |
| jit.hsl2rgb | Converts HSL to RGB |
| jit.rgb2luma | Converts RGB to monochrome (luminance) |
| jit.traffic | Multiply the planar vector by a matrix |