Description:
| Parameter | Range | Description |
|---|---|---|
| onOff | false ... true | determines whether a pixel is set (true) or cleared (false) |
Sets or clears the pixel at the current cursor position.
Note
Example
Draw.setClearPixel(true);
Sets a pixel at the current cursor position.
See also:
Draw.setClearPixelAtXY(int, int, boolean)
Attribute.setBackgroundColor(int)
Attribute.setForegroundColor(int)
Attribute.setInverseMode(boolean)
Attribute.setAlpha(int)
Copyright © demmel products gmbh. All rights reserved.