An structure to represent a color tuple. More...
#include <BandProperty.h>
Public Attributes | |
| short | c1 | 
| gray, red, cyan or hue.  More... | |
| short | c2 | 
| green, magenta, or lightness.  More... | |
| short | c3 | 
| blue, yellow, or saturation.  More... | |
| short | c4 | 
| alpha or blackband.  More... | |
An structure to represent a color tuple.
Definition at line 70 of file BandProperty.h.
| short te::rst::BandProperty::ColorEntry::c1 | 
gray, red, cyan or hue.
Definition at line 72 of file BandProperty.h.
Referenced by terralib4::Convert2T5().
| short te::rst::BandProperty::ColorEntry::c2 | 
green, magenta, or lightness.
Definition at line 73 of file BandProperty.h.
Referenced by terralib4::Convert2T5().
| short te::rst::BandProperty::ColorEntry::c3 | 
blue, yellow, or saturation.
Definition at line 74 of file BandProperty.h.
Referenced by terralib4::Convert2T5().
| short te::rst::BandProperty::ColorEntry::c4 | 
alpha or blackband.
Definition at line 75 of file BandProperty.h.