EC24 Struct

Color pixel value coded as 3 unsigned 8-bit integers (red, green and blue components).

Remarks

(RGB triplet, windows 24 bpp bitmap format) The pixel values are coded on 24 bits, providing 256 possible levels per color component. This way, RGB images can represent 16,777,216 different colors. This is sufficient for most applications. Most of the Open eVision color operations apply to this pixel type.

Namespace: Euresys::Open_eVision

Properties

The value of the third component of the pixel (blue channel).
The value of the second component of the pixel (green channel).
The value of the first component of the pixel (red channel).

Methods

Constructs a EC24 object.
The number of bits in a pixel

EC24 Struct

Color pixel value coded as 3 unsigned 8-bit integers (red, green and blue components).

Remarks

(RGB triplet, windows 24 bpp bitmap format) The pixel values are coded on 24 bits, providing 256 possible levels per color component. This way, RGB images can represent 16,777,216 different colors. This is sufficient for most applications. Most of the Open eVision color operations apply to this pixel type.

Namespace: Euresys.Open_eVision

Properties

The value of the first component of the pixel (red channel).
The value of the second component of the pixel (green channel).
The value of the third component of the pixel (blue channel).
The number of bits in a pixel

Methods

Constructs a EC24 object.