public class Pow extends Object implements PixelProcessor<Float>
Constructor and Description |
---|
Pow(double power)
Construct with the default power
|
Modifier and Type | Method and Description |
---|---|
Float |
processPixel(Float pixel)
Process the given pixel returning a new value
for the pixel.
|
public Pow(double power)
power
- public Float processPixel(Float pixel)
PixelProcessor
processPixel
in interface PixelProcessor<Float>
pixel
- The pixel to process