public final class FineAdjustBrightnessContrast extends FineOperation
FineOperation class| Modifier and Type | Field and Description |
|---|---|
float |
brightness
Brightness
|
float |
contrast
Contrast
|
| Constructor and Description |
|---|
FineAdjustBrightnessContrast(float brightness,
float contrast)
Creates the
FineAdjustBrightnessContrast object given brightness and contrast. |
| Modifier and Type | Method and Description |
|---|---|
void |
processImage(MIImage image,
MICallback callback)
Processes an input image
|
public FineAdjustBrightnessContrast(float brightness,
float contrast)
FineAdjustBrightnessContrast object given brightness and contrast.brightness - - The value should be in the range from 0 to 1. The default value is 0.5.contrast - - The value should be in the range from 0 to 1. The default value is 0.5.public void processImage(MIImage image, MICallback callback) throws MIGenericException
processImage in class FineOperationimage - - the MIImage object with the imagecallback - - the MICallback object that receives information about the image processing progressMIGenericException