public class ExposureLayer extends AdjustmentLayer
Exposure Adjustment layer.
Layer
Image.AfterCreate, Image.AfterLoad, Image.ImageOperation
BlendSignature, LayerHeaderSize
Modifier and Type | Method and Description |
---|---|
float |
getExposure()
Gets or sets the Exposure.
|
float |
getGammaCorrection()
Gets or sets the GammaCorrection.
|
float |
getOffset()
Gets or sets the Offset.
|
void |
setExposure(float value)
Gets or sets the Exposure.
|
void |
setGammaCorrection(float value)
Gets or sets the GammaCorrection.
|
void |
setOffset(float value)
Gets or sets the Offset.
|
mergeLayerTo
addLayerMask, drawImage, equals, getBitsPerPixel, getBlendingOptions, getBlendModeKey, getBlendModeSignature, getBottom, getChannelInformation, getChannelsCount, getClipping, getDisplayName, getExtraLength, getFiller, getFillOpacity, getFlags, getHeight, getLayerBlendingRangesData, getLayerCreationDateTime, getLayerLock, getLayerMaskData, getLayerOptions, getLeft, getLength, getName, getOpacity, getResources, getRight, getSheetColorHighlight, getTop, getWidth, hasAlpha, hashCode, isVisible, isVisibleInGroup, save, save, save, save, setBlendModeKey, setBottom, setChannelInformation, setClipping, setDisplayName, setFiller, setFillOpacity, setFlags, setLayerBlendingRangesData, setLayerCreationDateTime, setLayerLock, setLayerMaskData, setLeft, setName, setOpacity, setResources, setRight, setSheetColorHighlight, setTop, setVisible, shallowCopy
adjustBrightness, adjustContrast, adjustGamma, adjustGamma, binarizeBradley, binarizeBradley, binarizeFixed, binarizeOtsu, cacheData, crop, dither, grayscale, isCached, resize, resize, rotate, rotateFlip
crop, dither, filter, getArgb32Pixel, getDefaultArgb32Pixels, getDefaultPixels, getDefaultRawData, getDefaultRawData, getHorizontalResolution, getImageOpacity, getModifyDate, getPixel, getPremultiplyComponents, getRawCustomColorConverter, getRawDataFormat, getRawDataSettings, getRawFallbackIndex, getRawIndexedColorConverter, getRawLineSize, getSkewAngle, getTransparentColor, getUpdateXmpData, getUseRawData, getVerticalResolution, getXmpData, hasTransparentColor, isRawDataAvailable, loadArgb32Pixels, loadArgb64Pixels, loadCmyk32Pixels, loadCmykPixels, loadPartialArgb32Pixels, loadPartialPixels, loadPixels, loadRawData, loadRawData, normalizeAngle, normalizeAngle, readArgb32ScanLine, readScanLine, replaceColor, replaceColor, replaceNonTransparentColors, replaceNonTransparentColors, rotate, saveArgb32Pixels, saveCmyk32Pixels, saveCmykPixels, savePixels, saveRawData, setArgb32Pixel, setHorizontalResolution, setPalette, setPixel, setPremultiplyComponents, setRawCustomColorConverter, setRawFallbackIndex, setRawIndexedColorConverter, setResolution, setTransparentColor, setTransparentColor, setUpdateXmpData, setUseRawData, setVerticalResolution, setXmpData, toBitmap, writeArgb32ScanLine, writeScanLine
canLoad, canLoad, canLoad, canLoad, canSave, create, getAutoAdjustPalette, getBackgroundColor, getBounds, getBufferSizeHint, getContainer, getDefaultOptions, getFileFormat, getFileFormat, getFileFormat, getFittingRectangle, getFittingRectangle, getInterruptMonitor, getOriginalOptions, getPalette, getProgressEventHandler, getProgressEventHandlerInfo, getProportionalHeight, getProportionalWidth, getSize, hasBackgroundColor, load, load, load, load, resize, resizeHeightProportionally, resizeHeightProportionally, resizeHeightProportionally, resizeWidthProportionally, resizeWidthProportionally, resizeWidthProportionally, save, save, setAutoAdjustPalette, setBackgroundColor, setBackgroundColor, setBufferSizeHint, setInterruptMonitor, setPalette
getDataStreamContainer, save, save, setDataStreamContainer
dispose, getDisposed
public final float getExposure()
Gets or sets the Exposure. For PS range of Exposure is from -20 to +20.
Value: The Exposure.public final void setExposure(float value)
Gets or sets the Exposure. For PS range of Exposure is from -20 to +20.
Value: The Exposure.public final float getOffset()
Gets or sets the Offset. For PS range of Offset is from -0.5 to +0.5
Value: The Offset.public final void setOffset(float value)
Gets or sets the Offset. For PS range of Offset is from -0.5 to +0.5
Value: The Offset.public final float getGammaCorrection()
Gets or sets the GammaCorrection. For PS range of GammaCorrection is from 9.99 to +0.01
Value: The GammaCorrection.public final void setGammaCorrection(float value)
Gets or sets the GammaCorrection. For PS range of GammaCorrection is from 9.99 to +0.01
Value: The GammaCorrection.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.