Specifies the limits for the value of red, green, and blue color that a sensor is capable of producing.
More...
#include <E57SimpleData.h>
|
double | colorBlueMaximum = 0.0 |
| The maximum producible blue color value. Unit is unspecified.
|
|
double | colorBlueMinimum = 0.0 |
| The minimum producible blue color value. Unit is unspecified.
|
|
double | colorGreenMaximum = 0.0 |
| The maximum producible green color value. Unit is unspecified.
|
|
double | colorGreenMinimum = 0.0 |
| The minimum producible green color value. Unit is unspecified.
|
|
double | colorRedMaximum = 0.0 |
| The maximum producible red color value. Unit is unspecified.
|
|
double | colorRedMinimum = 0.0 |
| The minimum producible red color value. Unit is unspecified.
|
|
Specifies the limits for the value of red, green, and blue color that a sensor is capable of producing.
◆ operator!=()
bool e57::ColorLimits::operator!= |
( |
const ColorLimits & |
rhs | ) |
const |
|
inline |
◆ operator==()
bool e57::ColorLimits::operator== |
( |
const ColorLimits & |
rhs | ) |
const |
|
inline |
◆ colorBlueMaximum
double e57::ColorLimits::colorBlueMaximum = 0.0 |
The maximum producible blue color value. Unit is unspecified.
◆ colorBlueMinimum
double e57::ColorLimits::colorBlueMinimum = 0.0 |
The minimum producible blue color value. Unit is unspecified.
◆ colorGreenMaximum
double e57::ColorLimits::colorGreenMaximum = 0.0 |
The maximum producible green color value. Unit is unspecified.
◆ colorGreenMinimum
double e57::ColorLimits::colorGreenMinimum = 0.0 |
The minimum producible green color value. Unit is unspecified.
◆ colorRedMaximum
double e57::ColorLimits::colorRedMaximum = 0.0 |
The maximum producible red color value. Unit is unspecified.
◆ colorRedMinimum
double e57::ColorLimits::colorRedMinimum = 0.0 |
The minimum producible red color value. Unit is unspecified.
The documentation for this struct was generated from the following file: