Converts RGB to monochrome (luminance)
Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
out | n/a | 0 | 1 | 1 | 1 | 1 | char |
Name | Type | g/s | Description |
---|---|---|---|
ascale | float | The alpha scaling factor (default = 0.) | |
bscale | float | The blue scaling factor (default = 0.114) | |
gscale | float | The green scaling factor (default = 0.587) | |
rscale | float | The red scaling factor (default = 0.299) |
Name | Description |
---|---|
jit.colorspace | Convert between colorspaces |
jit.hue | Rotate hue |
jit.hsl2rgb | Converts HSL to RGB |
jit.rgb2hsl | Convert HSL to RGB |
jit.traffic | Multiply the planar vector by a matrix |
Tutorial 29: Using the Alpha Channel | Tutorial 29: Using the Alpha Channel |