...
The color that you would like to invert.
Expand | ||||
---|---|---|---|---|
| ||||
|
Color Model
The inputColor uses this color model.
- 0: RGB
- 1: HSL
- 2: HSV
...
title | Tech Notes |
---|
...
...
...
Invert Channel 0
When enabled (set to 1) the first color channel is inverted. For example, if the color model is set to RGB, then the R channel will be inverted.
...
title | Tech Notes |
---|
...
...
Invert Channel 1
When enabled (set to 1) the second color channel is inverted. For example, if the color model is set to RGB, then the G channel will be inverted.
...
...
RIB | int invertChannel1 |
Default | 1 |
Invert Channel 2
When enabled (set to 1) the third color channel is inverted. For example, if the color model is set to RGB, then the B channel will be inverted.
...
title | Tech Notes |
---|
...
Output Parameters
resultRGB
...