public static interface RgbPixmap.RgbPixmapMutator extends Pixmap.PixmapMutator<RgbPixel>
| Modifier and Type | Method and Description |
|---|---|
void |
setPixelAt(int aPixel,
int aPosX,
int aPosY)
Sets an integer value interpreted as pixel in the pixmap.
|
setPixelAt, setPixelsvoid setPixelAt(int aPixel,
int aPosX,
int aPosY)
throws IndexOutOfBoundsException
aPixel - The pixel to be placed at the given position.aPosX - The x position of the pixel.aPosY - The y position of the pixel.IndexOutOfBoundsException - in case the index is out of bounds.Copyright © 2017. All rights reserved.