Image
Image class
Contains the gamma, brightness, contrast, blur, sharpen, denoise, and transparency values for a bitmap.
Properties
| Name | Type | Description |
|---|---|---|
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| Gamma | DoubleValue | Adjusts or corrects the intensity of an image for a particular output device, such as a monitor or scanner. The default |
| Contrast | DoubleValue | Specifies the contrast of a bitmap image. The Contrast element contains a value between 0 and 1. |
| Brightness | DoubleValue | Adjusts the brightness of a bitmap image. The Brightness element contains a value between 0 and 1; the default value is |
| Sharpen | DoubleValue | Specifies the amount to sharpen a bitmap image. Sharpening an image focuses it by increasing the contrast of adjacent pi |
| Blur | DoubleValue | Blurs or softens a bitmap image. The Blur element contains a value between 0 and 1; the default value is 0. |
| Denoise | DoubleValue | Removes noise (pixels that have randomly distributed color levels) from a bitmap image. |
| Transparency | DoubleValue | Specifies the transparency level for a layer color, from 0 (opaque) to 1 (completely transparent). |
Image.Del property
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.
Type: int
Image.Gamma property
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.
Type: DoubleValue
Image.Contrast property
Specifies the contrast of a bitmap image. The Contrast element contains a value between 0 and 1.
Type: DoubleValue
Image.Brightness property
Adjusts the brightness of a bitmap image. The Brightness element contains a value between 0 and 1; the default value is 0.5.
Type: DoubleValue
Image.Sharpen property
Specifies the amount to sharpen a bitmap image. Sharpening an image focuses it by increasing the contrast of adjacent pixels.
Type: DoubleValue
Image.Blur property
Blurs or softens a bitmap image. The Blur element contains a value between 0 and 1; the default value is 0.
Type: DoubleValue
Image.Denoise property
Removes noise (pixels that have randomly distributed color levels) from a bitmap image.
Type: DoubleValue
Image.Transparency property
Specifies the transparency level for a layer color, from 0 (opaque) to 1 (completely transparent).
Type: DoubleValue