| TYPE | NAME | DESCRIPTION
|
|---|
| INT32 | run_mode | Interactive, non-interactive |
| IMAGE | image | Input image (unused) |
| DRAWABLE | dst_drawable | The drawable to be colorized (Type GRAY* or RGB*) |
| DRAWABLE | sample_drawable | Sample drawable (should be of Type RGB or RGBA) |
| INT32 | hold_inten | hold brightness intensity levels (TRUE, FALSE) |
| INT32 | orig_inten | TRUE: hold brightness of original intensity levels. FALSE: Hold Intensity of input levels |
| INT32 | rnd_subcolors | TRUE: Use all subcolors of same intensity, FALSE: use only one color per intensity |
| INT32 | guess_missing | TRUE: guess samplecolors for the missing intensity values FALSE: use only colors found in the sample |
| INT32 | in_low | intensity of lowest input (0 <= in_low <= 254) |
| INT32 | in_high | intensity of highest input (1 <= in_high <= 255) |
| FLOAT | gamma | gamma correction factor (0.1 <= gamma <= 10) where 1.0 is linear |
| INT32 | out_low | lowest sample color intensity (0 <= out_low <= 254) |
| INT32 | out_high | highest sample color intensity (1 <= out_high <= 255) |