OS_GetFavoriteColorTable


C Specification

#include <nitro/os.h>

const GXRgb* OS_GetFavoriteColorTable( void );

Description

Gets the pointer to the "favorite color" array which corresponds to the number of the favoriteColor member of the OSOwnerInfo structure.

Arguments

None

Return Values

Returns the pointer to the array of constants of type GXRgb in which the corresponding color value is stored.
The contents of this array cannot be changed.

See Also

OSOwnerInfo, OS_FAVORITE_COLOR_*, OS_GetFavoriteColor

Revision History

10/08/2004 Initial version