public interface PixelData
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Returns the height of the image
|
java.nio.ByteBuffer |
getPixelsRGBA()
Returns a new slice of the direct byte buffer containing the pixel
data, as RGBA values
|
int |
getWidth()
Returns the width of the image
|
int getWidth()
int getHeight()
java.nio.ByteBuffer getPixelsRGBA()
Copyright © 2022. All Rights Reserved.