Description:
| Parameter | Range | Description |
|---|---|---|
| colorValue | 0x000000 ... 0xFFFFFF | color of the dot |
Sets the pixel at the current cursor position to colorValue.
Note
Example
Draw.drawDot(0xFF0000);
Draws a red dot at the current cursor position.
See also:
Draw.drawDotAtXY(int, int, int)
Draw.setClearPixel(boolean)
Draw.setClearPixelAtXY(int, int, boolean)
Attribute.setAlpha(int)
Copyright © demmel products gmbh. All rights reserved.