Raster
Type: Raster
A buffer of pixels (image, picture, video, etc.).
Fields
size: DimensionsSize of the imageaddr: ptrList ofsize.width*size.heightpixels by row according to format.format: intBits per component88 bits (integer)1616 bits (integer)3232 bits (float)
colorspace: int0Mask (1 component - grayscale/alphascale)1RGBA (4 components)2BGRA (4 components)