Wiki Page Content

Revision 2 as of 2009-12-13 06:56:43

Clear message

SDL_Color

A structure that contains color information.

Data Fields

Uint8

r

the red component in the range 0-255

Uint8

g

the green component in the range 0-255

Uint8

b

the blue component in the range 0-255

Uint8

unused

Code Examples

You can add your code example here

Remarks

SDL_Color and SDL_Colour are interchangeable.


CategoryStruct

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit