logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_ColorPrimaries - Colorspace color primaries, as described by https://www.itu.int/rec/T-REC-

Availability

       This enum is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.20                          SDL_ColorPrimaries(3type)

Name

       SDL_ColorPrimaries   -   Colorspace  color  primaries,  as  described  by  https://www.itu.int/rec/T-REC-
       H.273-201612-S/en

Synopsis

#include<SDL3/SDL_pixels.h>typedefenumSDL_ColorPrimaries{SDL_COLOR_PRIMARIES_UNKNOWN=0,SDL_COLOR_PRIMARIES_BT709=1,/**<ITU-RBT.709-6*/SDL_COLOR_PRIMARIES_UNSPECIFIED=2,SDL_COLOR_PRIMARIES_BT470M=4,/**<ITU-RBT.470-6SystemM*/SDL_COLOR_PRIMARIES_BT470BG=5,/**<ITU-RBT.470-6SystemB,G/ITU-RBT.601-7625*/SDL_COLOR_PRIMARIES_BT601=6,/**<ITU-RBT.601-7525,SMPTE170M*/SDL_COLOR_PRIMARIES_SMPTE240=7,/**<SMPTE240M,functionallythesameasSDL_COLOR_PRIMARIES_BT601*/SDL_COLOR_PRIMARIES_GENERIC_FILM=8,/**<Genericfilm(colorfiltersusingIlluminantC)*/SDL_COLOR_PRIMARIES_BT2020=9,/**<ITU-RBT.2020-2/ITU-RBT.2100-0*/SDL_COLOR_PRIMARIES_XYZ=10,/**<SMPTEST428-1*/SDL_COLOR_PRIMARIES_SMPTE431=11,/**<SMPTERP431-2*/SDL_COLOR_PRIMARIES_SMPTE432=12,/**<SMPTEEG432-1/DCIP3*/SDL_COLOR_PRIMARIES_EBU3213=22,/**<EBUTech.3213-E*/SDL_COLOR_PRIMARIES_CUSTOM=31}SDL_ColorPrimaries;

See Also