![]() |
GetWindowContentColor |
||||
Header: | MacWindows.h | Carbon status: | Supported | |
Obtains the color to which a windows content region is redrawn.
OSStatus GetWindowContentColor ( WindowRef window, RGBColor *color );
A pointer to the window whose content color is being retrieved.
On input, a pointer to an RGBColor structure. On return, the structure contains the content color for the specified window.
A result code.
The GetWindowContentColor function obtains the color to which the windows content region is redrawn.
See also the function SetWindowContentColor.
This function is available with Mac OS 8.5 and later.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.5 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)