Package-level declarations
Types
Link copied to clipboard
Represents the configuration of a Bitmap.
Link copied to clipboard
interface ColorSpace
Represents the color space of a Bitmap.
Link copied to clipboard
A RGB color space is an additive color space using the RGB color model. A color is therefore represented by a tuple of 3 numbers.
Functions
Link copied to clipboard
Converts the Bitmap to an Android Bitmap in android.graphics.Bitmap.Config.ARGB_8888 configuration.