Carbon


CMYxyColor

Header: CMApplication.h

struct CMYxyColor {
    UInt16 capY; 
    UInt16 x; 
    UInt16 y;
};

A color value expressed in the Yxy color space is composed of capY, x, and y component values. Each color component is expressed as a numeric value within the range of 0 to 65535 which maps to 0 to 1.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)