The red component of this color [0..255]

Property definitions

sdl2 $ SDLColor :: r
	# The red component of this color `[0..255]`
	fun r: Int `{ return self->r; `}
lib/sdl2/sdl2_base.nit:350,2--351,33