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

Property definitions

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