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

Property definitions

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