| TYPE | NAME | DESCRIPTION |
|---|---|---|
| DRAWABLE | drawable | The drawable |
| INT32 | channel | The channel to modify: { VALUE_LUT (0), RED_LUT (1), GREEN_LUT (2), BLUE_LUT (3), ALPHA_LUT (4) } |
| INT32 | low_input | Intensity of lowest input: (0 <= low_input <= 255) |
| INT32 | high_input | Intensity of highest input: (0 <= high_input <= 255) |
| FLOAT | gamma | Gamma correction factor: (0.1 <= gamma <= 10) |
| INT32 | low_output | Intensity of lowest output: (0 <= low_output <= 255) |
| INT32 | high_output | Intensity of highest output: (0 <= high_output <= 255) |