Pixel
Description
Represents single element of an Image Pixels in Adaptive Vision Library do not correspond to any specific color model.
struct Pixel
{
float X( void ) const;
float Y( void ) const;
float Z( void ) const;
float W( void ) const;
};
Structure Fields
Type fields and default values (if defined) are described below:
| Name | Type | Description |
|---|---|---|
| X | Real | First component, displayed as Red |
| Y | Real | Second component, displayed as Green |
| Z | Real | Third component, displayed as Blue |
| W | Real | Fourth component |
