Set the red component of this color [0..255]

Property definitions

sdl2 $ SDLColor :: r=
	# Set the red component of this color `[0..255]`
	fun r=(val: Int) `{ self->r = val; `}
lib/sdl2/sdl2_base.nit:353,2--354,38