public interface Raster
| Modifier and Type | Interface and Description |
|---|---|
static class |
Raster.Component |
| Modifier and Type | Method and Description |
|---|---|
void |
getColors(int x,
int y,
double[] colors)
Supposed to write pixel component value in the RGBA order.
|
Dimension |
getSize() |
Raster.Component[] |
getSupported()
Returns a list of supported components.
|
Dimension getSize()
void getColors(int x,
int y,
double[] colors)
x - todo documenty - todo documentcolors - todo documentRaster.Component[] getSupported()
Copyright © 2018. All rights reserved.