Skip to content

Class JoeScan::Pinchot::Globals

ClassList > JoeScan > Pinchot > Globals

Globally available variables.

Public Static Attributes

Type Name
const int ProfileDataInvalidBrightness = 0
The defined value for a brightness measurement if it is invalid.
const float ProfileDataInvalidXY = float.NaN
Defined value an XY point will be assigned if it is invalid.
const int RawProfileDataLength = 1456
The 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;