CS_XYZColor Struct Reference
[Color Space Suite]

#include <PIColorSpaceSuite.h>


Detailed Description

Color values for the XYZ color space.


Data Fields

unsigned short x
 X value for XYZ color space; range is from -0 to 255.
unsigned short y
 Y value for XYZ color space; range is from -0 to 255.
unsigned short z
 Z value for XYZ color space; range is from -0 to 255.

Field Documentation

unsigned short CS_XYZColor::x

X value for XYZ color space; range is from -0 to 255.

unsigned short CS_XYZColor::y

Y value for XYZ color space; range is from -0 to 255.

unsigned short CS_XYZColor::z

Z value for XYZ color space; range is from -0 to 255.


The documentation for this struct was generated from the following file: