Property Getters/Setters Summary | ||
---|---|---|
function | getBlur() | |
Blurs or softens a bitmap image. The Blur element contains a value between 0 and 1; the default value is 0. | ||
function | getBrightness() | |
Adjusts the brightness of a bitmap image. The Brightness element contains a value between 0 and 1; the default value is 0.5. | ||
function | getContrast() | |
Specifies the contrast of a bitmap image. The Contrast element contains a value between 0 and 1. | ||
function | getDel() | |
function | 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. | ||
function | getDenoise() | |
Removes noise (pixels that have randomly distributed color levels) from a bitmap image. | ||
function | 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. | ||
function | getSharpen() | |
Specifies the amount to sharpen a bitmap image. Sharpening an image focuses it by increasing the contrast of adjacent pixels. | ||
function | getTransparency() | |
Specifies the transparency level for a layer color, from 0 (opaque) to 1 (completely transparent). |
Property Getters/Setters Detail |
---|
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getGamma : DoubleValue | |
function getGamma() |
getContrast : DoubleValue | |
function getContrast() |
getBrightness : DoubleValue | |
function getBrightness() |
getSharpen : DoubleValue | |
function getSharpen() |
getBlur : DoubleValue | |
function getBlur() |
getDenoise : DoubleValue | |
function getDenoise() |
getTransparency : DoubleValue | |
function getTransparency() |