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

Property definitions

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