| Overview | ||||||||||||||||
| Group | ||||||||||||||||
|
Quick Info
|
||||||||||||||||
CIEXYZ
The CIEXYZ structure contains the x, y, and z coordinates of a specific color in a specified color space. typedef struct tagCIEXYZ{
FXPT2DOT30 ciexyzX; FXPT2DOT30 ciexyzY; FXPT2DOT30 ciexyzZ; } CIEXYZ;
typedef CIEXYZ FAR* LPCIEXYZ; Members ciexyzX x coordinate in fix point (2.30). ciexyzY y coordinate in fix point (2.30). ciexyzZ z coordinate in fix point (2.30).
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers - More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples


