(This is the legacy documentation for stable SDL2, the current stable version; SDL3 is the current development version.)

SDL_MessageBoxColorScheme

A set of colors to use for message box dialogs

Header File

Defined in SDL_messagebox.h

Syntax

typedef struct SDL_MessageBoxColorScheme
{
    SDL_MessageBoxColor colors[SDL_MESSAGEBOX_COLOR_MAX];
} SDL_MessageBoxColorScheme;

CategoryAPI, CategoryAPIStruct, CategoryMessagebox, CategoryVideo