CreatePixmap
Creates a new, empty, pixmap.
Syntax
-
CreatePixmap(w, h[, c[, bk]])
-
w
andh
are positive integers -
c
andbk
are colours
-
Description
CreatePixmap(w, h, c, bk)
creates a pixmap of size w
×h
filled with colour c
. The pixmap’s background colour metadata field is set to bk
. If omitted, both c
and bk
default to white.