Property Getters/Setters Summary | ||
---|---|---|
method | getBlur() | |
Blurs or softens a bitmap image. The Blur element contains a value between 0 and 1; the default value is 0.
|
||
method | getBrightness() | |
Adjusts the brightness of a bitmap image. The Brightness element contains a value between 0 and 1; the default value is 0.5.
|
||
method | getContrast() | |
Specifies the contrast of a bitmap image. The Contrast element contains a value between 0 and 1.
|
||
method | getDel() | |
method | setDel(value) | |
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
method | getDenoise() | |
Removes noise (pixels that have randomly distributed color levels) from a bitmap image.
|
||
method | getGamma() | |
Adjusts or corrects the intensity of an image for a particular output device, such as a monitor or scanner. The default value is 1 (no correction.
|
||
method | getSharpen() | |
Specifies the amount to sharpen a bitmap image. Sharpening an image focuses it by increasing the contrast of adjacent pixels.
|
||
method | getTransparency() | |
Specifies the transparency level for a layer color, from 0 (opaque) to 1 (completely transparent).
|
int getDel() / setDel(value)
DoubleValue getGamma()
DoubleValue getContrast()
DoubleValue getBrightness()
DoubleValue getSharpen()
DoubleValue getBlur()
DoubleValue getDenoise()
DoubleValue getTransparency()