PixelDisplay.setPixel
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 !...")
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 |