The number of bits representing a pixel. Currently only 24-bit bitmaps are supported

Property definitions

bitmap $ Bitmap :: bits_per_pixel=
	# The number of bits representing a pixel. Currently only 24-bit bitmaps are supported
	private var bits_per_pixel: Int is noinit
lib/bitmap/bitmap.nit:70,2--71,42