Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Advanced Color Imaging Reference /
Chapter 3 - ColorSync Manager Reference for Applications and Device Drivers / Constants and Data Types


HiFi Color Values

A color expressed in one of the multichannel color spaces with 5, 6, 7, or 8 channels. The color value for each channel component is expressed as an unsigned byte of type char.

struct CMMultichannel5Color {
   unsigned charcomponents[5];
};
struct CMMultichannel6Color {
   unsigned charcomponents[6];
};
struct CMMultichannel7Color {
   unsigned charcomponents[7];
};
struct CMMultichannel8Color {
   unsigned charcomponents[8];
};

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 NOV 1996