java.lang.Object
com.aspose.diagram.Image
public class Image
- extends java.lang.Object
Contains the gamma, brightness, contrast, blur, sharpen, denoise, and transparency values for a bitmap.
|
Property Getters/Setters Summary |
DoubleValue | getBlur() | |
|
Blurs or softens a bitmap image. The Blur element contains a value between 0 and 1; the default value is 0.
|
DoubleValue | getBrightness() | |
|
Adjusts the brightness of a bitmap image. The Brightness element contains a value between 0 and 1; the default value is 0.5.
|
DoubleValue | getContrast() | |
|
Specifies the contrast of a bitmap image. The Contrast element contains a value between 0 and 1.
|
int | getDel() | |
void | setDel(int) | |
|
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. |
DoubleValue | getDenoise() | |
|
Removes noise (pixels that have randomly distributed color levels) from a bitmap image.
|
DoubleValue | 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.
|
DoubleValue | getSharpen() | |
|
Specifies the amount to sharpen a bitmap image. Sharpening an image focuses it by increasing the contrast of adjacent pixels.
|
DoubleValue | getTransparency() | |
|
Specifies the transparency level for a layer color, from 0 (opaque) to 1 (completely transparent).
|
|
Property Getters/Setters Detail |
getDel/setDel | |
public int getDel() / public void setDel(int 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.
-
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.
-
Specifies the contrast of a bitmap image. The Contrast element contains a value between 0 and 1.
-
Adjusts the brightness of a bitmap image. The Brightness element contains a value between 0 and 1; the default value is 0.5.
-
Specifies the amount to sharpen a bitmap image. Sharpening an image focuses it by increasing the contrast of adjacent pixels.
-
Blurs or softens a bitmap image. The Blur element contains a value between 0 and 1; the default value is 0.
-
Removes noise (pixels that have randomly distributed color levels) from a bitmap image.
-
Specifies the transparency level for a layer color, from 0 (opaque) to 1 (completely transparent).
See Also:
Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
Aspose.Diagram Support Forum - our preferred method of support.