Image.this

Creates a new empty image with the specified width and height and optional fill

class Image
this
(
uint width
,
uint height
,
uint fill = 0xffffffff
)

Parameters

width uint

width of the new image

height uint

height of the new image

fill uint

color to fill the new image

Meta