aspose.diagram
Class Image

Contains the gamma, brightness, contrast, blur, sharpen, denoise, and transparency values for a bitmap.

Property Getters/Setters Summary
functiongetBlur()
           Blurs or softens a bitmap image. The Blur element contains a value between 0 and 1; the default value is 0.
functiongetBrightness()
           Adjusts the brightness of a bitmap image. The Brightness element contains a value between 0 and 1; the default value is 0.5.
functiongetContrast()
           Specifies the contrast of a bitmap image. The Contrast element contains a value between 0 and 1.
functiongetDel()
functionsetDel(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.
functiongetDenoise()
           Removes noise (pixels that have randomly distributed color levels) from a bitmap image.
functiongetGamma()
           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.
functiongetSharpen()
           Specifies the amount to sharpen a bitmap image. Sharpening an image focuses it by increasing the contrast of adjacent pixels.
functiongetTransparency()
           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)
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.

getGamma : DoubleValue 

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.

getContrast : DoubleValue 

function getContrast()
Specifies the contrast of a bitmap image. The Contrast element contains a value between 0 and 1.

getBrightness : DoubleValue 

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.

getSharpen : DoubleValue 

function getSharpen()
Specifies the amount to sharpen a bitmap image. Sharpening an image focuses it by increasing the contrast of adjacent pixels.

getBlur : DoubleValue 

function getBlur()
Blurs or softens a bitmap image. The Blur element contains a value between 0 and 1; the default value is 0.

getDenoise : DoubleValue 

function getDenoise()
Removes noise (pixels that have randomly distributed color levels) from a bitmap image.

getTransparency : DoubleValue 

function getTransparency()
Specifies the transparency level for a layer color, from 0 (opaque) to 1 (completely transparent).

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.