#include <nitro/os.h>
const GXRgb* OS_GetFavoriteColorTable( void );
Gets the pointer to the "favorite color" array which corresponds to the number of the favoriteColor member of the OSOwnerInfo structure.
None
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.
OSOwnerInfo, OS_FAVORITE_COLOR_*, OS_GetFavoriteColor
10/08/2004 Initial version