Image create(Int x, Int y, Bool truecolour=false)
Arguments
x: Image width in pixelsy: Image height in pixelstruecolour: Is the image true colour (optional, defaulting to false)
Usage
Create a new image with the specified dimensions and colour.
x: Image width in pixelsy: Image height in pixelstruecolour: Is the image true colour (optional, defaulting to false)Create a new image with the specified dimensions and colour.