![]() |
GetEntryColor |
||||
Header: | Palettes.h | Carbon status: | Supported | |
Obtains the color of a palette entry.
void GetEntryColor ( PaletteHandle srcPalette, SInt16 srcEntry, RGBColor *dstRGB );
A handle to the palette to be accessed.
The palette entry whose color is desired.
A pointer to an RGB color structure to receive the palette color.
You can modify the entrys color using the SetEntryColor function.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)