Colorspace color range, as described by https://www.itu.int/rec/R-REC-BT.2100-2-201807-I/en
Defined in <SDL3/SDL_pixels.h>
typedef enum SDL_ColorRange
{0,
SDL_COLOR_RANGE_UNKNOWN = 1, /**< Narrow range, e.g. 16-235 for 8-bit RGB and luma, and 16-240 for 8-bit chroma */
SDL_COLOR_RANGE_LIMITED = 2 /**< Full range, e.g. 0-255 for 8-bit RGB and luma, and 1-255 for 8-bit chroma */
SDL_COLOR_RANGE_FULL = } SDL_ColorRange;
This enum is available since SDL 3.1.3.