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

Property definitions

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