PixelDisplay.setPixel

From MiniScript Wiki
Revision as of 03:19, 1 May 2020 by ZachStrout (talk | contribs) (Created page with "<c>PixelDisplay.setPixel</c> sets the color of a specific pixel within the display. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PixelDisplay.setPixel sets the color of a specific pixel within the display.

Arguments

Parameter Name Type Default Value Meaning
x number 0 horizontal coordinate of pixel to set
y number 0 vertical coordinate of pixel to set
color color self.color color to set that pixel to