![]() |
| jit.rgb2luma | Converts RGB to monochrome (luminance) |
| Matrix Operator: in[1] out[1] |
| Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
| in | n/a | n/a | n/a | n/a | n/a | n/a | n/a |
| out | n/a | no | yes | yes | 1 | all | char |
| Attributes: |
| Name | Type | Description |
| ascale | float | The alpha scaling factor (default = 0.) |
| rscale | float | The red scaling factor (default = 0.299) |
| gscale | float | The green scaling factor (default = 0.587) |
| bscale | float | The blue scaling factor (default = 0.114) |
| Example: |

| See Also: |
| jit.colorspace, jit.hue, jit.hsl2rgb, jit.rgb2hsl, jit.traffic |