Image class constructor
Image width in pixels
Image height in pixels
Generic Image data
Amount of Image channels
Image identifier
An images color mode, defaults to ColorMode.BGR
Object containing scale info to work with e.g. Retina display data where the reported display size and pixel size differ (Default: {scaleX: 1.0, scaleY: 1.0})
hasAlphaChannel return true if an Image has an additional (fourth) alpha channel
fromRGBData creates an Image from provided RGB data
The Image class represents generic image data