Mask of the location of the alpha component

Property definitions

sdl2 $ SDL_PixelFormat :: amask
	# Mask of the location of the alpha component
	fun amask: UInt32 `{ return self->Amask; `}
lib/sdl2/sdl2_base.nit:441,2--442,44