Ternary RGB
Combine three classifications to single rgb image.
The output of this descriptor is a color depending on the classification of the selected descriptors parameters and a combination of them.
Red only → Red
Green only → Green
Blue only → Blue
Red + Green → Yellow
Red + Blue → Magenta
Green + Blue → Cyan
Red + Green + Blue → White
No match (all off) → Black

Parameters
Classification descriptor R
Select descriptor for Red class.
Red
The class to use for red.
Classification descriptor G
Select descriptor for Green class.
Green
The class to use for green.
Classification descriptor B
Select descriptor for Blue class.
Blue
The class to use for blue.