SDL_MessageBoxColor.3type - Man Page

RGB value used in a message box color scheme

Header File

Defined in SDL3/SDL_messagebox.h

Synopsis

#include "SDL3/SDL.h"

typedef struct SDL_MessageBoxColor
{
    Uint8 r, g, b;
} SDL_MessageBoxColor;

Availability

This struct is available since SDL 3.2.0.

Info

SDL 3.2.2 Simple Directmedia Layer SDL3 DATATYPES