#include <nitro/os.h>
static inline GXRgb OS_GetFavoriteColor(int index);
index | Specifies which "favorite color" color-value number to get. This index is masked with 16 colors (4 bits), which is the total number of favorite colors. |
The color value of type GXRgb
that corresponds to the specified number.
Gets the "favorite color" color value which corresponds to the number of the favoriteColor
member of the OSOwnerInfo
structure
OSOwnerInfo OS_FAVORITE_COLOR_*
OS_GetFavoriteColorTable
10/08/2004 Initial version