SDL_MessageBoxColor

RGB value used in a message box color scheme

extern (C) nothrow @nogc
struct SDL_MessageBoxColor {}

Members

Variables

b
Uint8 b;

Blue color channel.

g
Uint8 g;

Green color channel.

r
Uint8 r;

Red color channel.

Meta