Class JoeScan::Pinchot::Globals¶
ClassList > JoeScan > Pinchot > Globals
Globally available variables.
Public Static Attributes¶
| Type | Name |
|---|---|
| const int | ProfileDataInvalidBrightness = 0The defined value for a brightness measurement if it is invalid. |
| const float | ProfileDataInvalidXY = float.NaNDefined value an XY point will be assigned if it is invalid. |
| const int | RawProfileDataLength = 1456The raw profile data length. |
Public Static Attributes Documentation¶
ProfileDataInvalidBrightness¶
The defined value for a brightness measurement if it is invalid.
const int ProfileDataInvalidBrightness;
ProfileDataInvalidXY¶
Defined value an XY point will be assigned if it is invalid.
const float ProfileDataInvalidXY;
RawProfileDataLength¶
The raw profile data length.
const int RawProfileDataLength;