Class CLNImageAccess
java.lang.Object
com.io7m.calino.imageproc.awt.internal.CLNImageAccess
Normalized access to a buffered image.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
pixelAt
(int x, int y, double[] sample) Get the pixel at(x,y)
, normalizing the values to [0.0, 1.0].
-
Method Details
-
pixelAt
public void pixelAt(int x, int y, double[] sample) Get the pixel at(x,y)
, normalizing the values to [0.0, 1.0].- Parameters:
x
- The x positiony
- The y positionsample
- The output sample
-