#include <nitro/os.h>
static inline GXRgb OS_GetFavoriteColor(int index);
index |
Specifies the 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 that corresponds to the number of the favoriteColor
member of the OSOwnerInfo
structure and the OSOwnerInfoEx
structure.
OSOwnerInfo
OSOwnerInfoEx
OS_FAVORITE_COLOR_*
OS_GetFavoriteColorTable
2008/10/28 Added an explanation of the OSOwnerInfoEx
function.
2004/10/08 Initial version.
CONFIDENTIAL