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

Property definitions

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