# CategoryPixels Pixel management. ## Functions - [SDL_CreatePalette](SDL_CreatePalette) - [SDL_CreatePixelFormat](SDL_CreatePixelFormat) - [SDL_DestroyPalette](SDL_DestroyPalette) - [SDL_DestroyPixelFormat](SDL_DestroyPixelFormat) - [SDL_GetMasksForPixelFormatEnum](SDL_GetMasksForPixelFormatEnum) - [SDL_GetPixelFormatEnumForMasks](SDL_GetPixelFormatEnumForMasks) - [SDL_GetPixelFormatName](SDL_GetPixelFormatName) - [SDL_GetRGB](SDL_GetRGB) - [SDL_GetRGBA](SDL_GetRGBA) - [SDL_MapRGB](SDL_MapRGB) - [SDL_MapRGBA](SDL_MapRGBA) - [SDL_SetPaletteColors](SDL_SetPaletteColors) - [SDL_SetPixelFormatPalette](SDL_SetPixelFormatPalette) ## Datatypes - (none.) ## Structs - [SDL_Color](SDL_Color) - [SDL_FColor](SDL_FColor) - [SDL_Palette](SDL_Palette) - [SDL_PixelFormat](SDL_PixelFormat) ## Enums - [SDL_ChromaLocation](SDL_ChromaLocation) - [SDL_ColorPrimaries](SDL_ColorPrimaries) - [SDL_ColorRange](SDL_ColorRange) - [SDL_ColorType](SDL_ColorType) - [SDL_MatrixCoefficients](SDL_MatrixCoefficients) - [SDL_PixelFormatEnum](SDL_PixelFormatEnum) - [SDL_TransferCharacteristics](SDL_TransferCharacteristics) ## Macros - (none.) ---- [CategoryAPICategory](CategoryAPICategory)