Creates a new empty image with the specified width and height and optional fill
Gets a linear representation of the image according to the matrixOrder rule that is, if matrixOrder is RowMajor, then the image is given row by row if matrixOrder is ColumnMajor, then the image is given column by column
Gets a reference to the pixel located at position (x, y)
Represents an array of pixels