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