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

Property definitions

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