Image class constructor
width in pixels
height in pixels
Generic Image data
Amount of Image channels
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})
Amount of Image channels
Generic Image data
height in pixels
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})
width in pixels
hasAlphaChannel return true if an Image has an additional (fourth) alpha channel
The Image class represents generic image data