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