Allocate the memory for a new SDLColor, it must then be freed with free

Property definitions

sdl2 $ SDLColor :: malloc
	# Allocate the memory for a new `SDLColor`, it must then be freed with `free`
	new malloc `{ return malloc(sizeof(SDL_Color)); `}
lib/sdl2/sdl2_base.nit:328,2--329,51