public static interface PixelFormatUtil.PixelSink
Modifier and Type | Method and Description |
---|---|
PixelFormat |
getPixelformat()
Return the sink's destination pixelformat.
|
int |
getStride()
Returns stride in byte-size, i.e.
|
boolean |
isGLOriented()
Returns
true if the sink's memory is laid out in
OpenGL's coordinate system, origin at bottom left. |
PixelFormat getPixelformat()
int getStride()
Must be >= getPixelformat()
.bytesPerPixel()
* #getSize()
.getWidth()
.
boolean isGLOriented()
true
if the sink's memory is laid out in
OpenGL's coordinate system, origin at bottom left.
Otherwise returns false
, i.e. origin at top left.Copyright 2010 JogAmp Community.