Property Getters/Setters Summary | ||
---|---|---|
method | getBottomCrop() | |
method | setBottomCrop(value) | |
Reprensents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image's height. | ||
method | getBrightness() | |
method | setBrightness(value) | |
Represents the brightness modification for the picture in unit of percentage. | ||
method | getContrast() | |
method | setContrast(value) | |
Represents the contrast modification for the picture.in unit of percentage. | ||
method | getGamma() | |
method | setGamma(value) | |
Represents gamma of the picture. | ||
method | isBiLevel() | |
method | setBiLevel(value) | |
Indicates whether whether this picture SHOULD be displayed in two-color black and white. | ||
method | isGray() | |
method | setGray(value) | |
Indicates whether this picture SHOULD be displayed in grayscale. | ||
method | getLeftCrop() | |
method | setLeftCrop(value) | |
Reprensents the location of the left of the crop rectangle expressed, expressed as a ratio of the image's width. | ||
method | getRightCrop() | |
method | setRightCrop(value) | |
Reprensents the location of the right of the crop rectangle expressed, expressed as a ratio of the image's width. | ||
method | getTopCrop() | |
method | setTopCrop(value) | |
Reprensents the location of the top of the crop rectangle expressed, expressed as a ratio of the image's height. | ||
method | getTransparentColor() | |
method | setTransparentColor(value) | |
Gets and sets the transparent color of the picture. |
Property Getters/Setters Detail |
---|
getTopCrop/setTopCrop : float | |
float getTopCrop() / setTopCrop(value) |
getBottomCrop/setBottomCrop : float | |
float getBottomCrop() / setBottomCrop(value) |
getLeftCrop/setLeftCrop : float | |
float getLeftCrop() / setLeftCrop(value) |
getRightCrop/setRightCrop : float | |
float getRightCrop() / setRightCrop(value) |
getTransparentColor/setTransparentColor : CellsColor | |
CellsColor getTransparentColor() / setTransparentColor(value) |
getContrast/setContrast : float | |
float getContrast() / setContrast(value) |
getBrightness/setBrightness : float | |
float getBrightness() / setBrightness(value) |
getGamma/setGamma : float | |
float getGamma() / setGamma(value) |
isBiLevel/setBiLevel : boolean | |
boolean isBiLevel() / setBiLevel(value) |
isGray/setGray : boolean | |
boolean isGray() / setGray(value) |