Difference between revisions of "PixelDisplay.setPixel"

From MiniScript Wiki
Jump to navigation Jump to search
(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 !...")
 
(No difference)

Latest revision as of 03:19, 1 May 2020

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