public class CurvesLayer extends AdjustmentLayer
Curves Adjustment Layer
RasterCachedImage.RotateTestMode
BlendSignature, LayerHeaderSize
Modifier and Type | Method and Description |
---|---|
CurvesManager |
getCurvesManager()
Gets the curves manager.
|
boolean |
isContinuousManagerUsed()
Gets or sets a value indicating whether this instance is continuous manager used.
|
boolean |
isDiscreteManagerUsed()
Gets or sets a value indicating whether this instance is discrete manager used.
|
void |
setContinuousManagerUsed(boolean value)
Gets or sets a value indicating whether this instance is continuous manager used.
|
void |
setDiscreteManagerUsed(boolean value)
Gets or sets a value indicating whether this instance is discrete manager used.
|
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, doRotate, getRotateMode, 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, isUsePalette, 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, create, create, getBackgroundColor, getBounds, getBufferSizeHint, getContainer, getDefaultOptions, getFileFormat, getFileFormat, getFileFormat, getFittingRectangle, getFittingRectangle, getInterruptMonitor, getOriginalOptions, getPalette, getProgressEventHandler, getProgressEventHandlerInfo, getProportionalHeight, getProportionalWidth, getSize, hasBackgroundColor, isAutoAdjustPalette, load, load, load, load, load, load, resize, resizeHeightProportionally, resizeHeightProportionally, resizeHeightProportionally, resizeWidthProportionally, resizeWidthProportionally, resizeWidthProportionally, save, save, save, save, setAutoAdjustPalette, setBackgroundColor, setBackgroundColor, setBufferSizeHint, setInterruptMonitor, setPalette
getDataStreamContainer, save, save, save, setDataStreamContainer
close, dispose, getDisposed
public final boolean isDiscreteManagerUsed()
Gets or sets a value indicating whether this instance is discrete manager used.
Value:true
if this instance is discrete manager used; otherwise, false
.public final void setDiscreteManagerUsed(boolean value)
Gets or sets a value indicating whether this instance is discrete manager used.
Value:true
if this instance is discrete manager used; otherwise, false
.public final boolean isContinuousManagerUsed()
Gets or sets a value indicating whether this instance is continuous manager used.
Value:true
if this instance is continuous manager used; otherwise, false
.public final void setContinuousManagerUsed(boolean value)
Gets or sets a value indicating whether this instance is continuous manager used.
Value:true
if this instance is continuous manager used; otherwise, false
.public final CurvesManager getCurvesManager()
Gets the curves manager.
CurvesDiscreteManager
or CurvesContinuousManager
that depends on IsDiscreteManagerUsed and IsContinuousManagerUsed property