PixelDisplay.color

From MiniScript Wiki
Revision as of 21:26, 10 June 2021 by JoeStrout (talk | contribs) (Created page with "The <c>color</c> property of the PixelDisplay class sets the default drawing color for subsequent drawing calls such as PixelDisplay.line, PixelDisplay.drawRect, a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The color property of the PixelDisplay class sets the default drawing color for subsequent drawing calls such as PixelDisplay.line, PixelDisplay.drawRect, and PixelDisplay.fillPoly.

The default value is "#FFFFFFFF", or solid white.