sdl2 :: SDLColor :: malloc
SDLColor
free
# Allocate the memory for a new `SDLColor`, it must then be freed with `free` new malloc `{ return malloc(sizeof(SDL_Color)); `}