EC24A Struct
Color pixel value coded as 4 unsigned 8-bit integers (red, green, blue and alpha components).
Remarks
This class is suited to handle the Windows 32-bit ARGB color format. The pixel values are coded on 32 bits, leaving 256 possible levels per color component (red, green, blue), as well as 8 more bits for an alpha channel.
Namespace: Euresys::Open_eVision
Constructors
Properties
The value of the alpha component of the pixel. A value of 0 means that the pixel is fully transparent and 255 fully opaque.
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).
Methods
The number of bits in a pixel
EC24A Struct
Color pixel value coded as 4 unsigned 8-bit integers (red, green, blue and alpha components).
Remarks
This class is suited to handle the Windows 32-bit ARGB color format. The pixel values are coded on 32 bits, leaving 256 possible levels per color component (red, green, blue), as well as 8 more bits for an alpha channel.
Namespace: Euresys.Open_eVision
Constructors
Properties
The value of the alpha component of the pixel. A value of 0 means that the pixel is fully transparent and 255 fully opaque.
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
EC24A Class
Color pixel value coded as 4 unsigned 8-bit integers (red, green, blue and alpha components).
Remarks
This class is suited to handle the Windows 32-bit ARGB color format. The pixel values are coded on 32 bits, leaving 256 possible levels per color component (red, green, blue), as well as 8 more bits for an alpha channel.
Module: open_evision
Constructors
Properties
The value of the alpha component of the pixel. A value of 0 means that the pixel is fully transparent and 255 fully opaque.
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