Skip to content

TSdlArrayOrder

Array component order, low byte -> high byte.

Definition

Unit: Neslib.Sdl3.Video

type TSdlArrayOrder = (None, Rgb, Rgba, Argb, Bgr, Bgra, Abgr)

Enumeration Values

None = SDL_ARRAYORDER_NONE


Rgb = SDL_ARRAYORDER_RGB


Rgba = SDL_ARRAYORDER_RGBA


Argb = SDL_ARRAYORDER_ARGB


Bgr = SDL_ARRAYORDER_BGR


Bgra = SDL_ARRAYORDER_BGRA


Abgr = SDL_ARRAYORDER_ABGR