public static interface PixelFormatUtil.PixelSink32 extends PixelFormatUtil.PixelSink
Modifier and Type | Method and Description |
---|---|
void |
store(int x,
int y,
int pixel)
Will be invoked over all rows top-to down
and all columns left-to-right.
|
getPixelformat, getStride, isGLOriented
void store(int x, int y, int pixel)
Shall consider dest pixelformat and only store as much components as defined, up to 32bit.
Implementation may better write single bytes from low-to-high bits,
e.g. ByteOrder.LITTLE_ENDIAN
order.
Otherwise a possible endian conversion must be taken into consideration.
x
- y
- pixel
- Copyright 2010 JogAmp Community.