Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_Color(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_Color !!!SDL_Color NAME STRUCTURE DEFINITION STRUCTURE DATA DESCRIPTION SEE ALSO ---- !!NAME SDL_Color- Format independent color description !!STRUCTURE DEFINITION typedef struct{ Uint8 r; Uint8 g; Uint8 b; Uint8 unused; } SDL_Color; !!STRUCTURE DATA __r__ Red intensity __g__ Green intensity __b__ Blue intensity __unused__ Unused !!DESCRIPTION __SDL_Color__ describes a color in a format independent way. You can convert a __SDL_Color__ to a pixel value for a certain pixel format using __SDL_MapRGB__. !!SEE ALSO __SDL_!PixelFormat__, __SDL_!SetColors__, __SDL_Palette__ ----
One page links to
SDL_Color(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.