public class PhotoFilterLayer extends AdjustmentLayer
PhotoFilter adjustment layer.
AdjustmentLayer,
LayerRasterCachedImage.RotateTestModeBlendSignature, LayerHeaderSize| Modifier and Type | Method and Description |
|---|---|
Color |
getColor()
Gets or sets the RGB color of filter.
|
int |
getDensity()
Gets or sets the density of filter
|
boolean |
getPreserveLuminosity()
Gets or sets a value indicating whether [preserve luminosity].
|
void |
setColor(Color value)
Gets or sets the RGB color of filter.
|
void |
setDensity(int value)
Gets or sets the density of filter
|
void |
setPreserveLuminosity(boolean value)
Gets or sets a value indicating whether [preserve luminosity].
|
mergeLayerToaddLayerMask, 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, shallowCopyadjustBrightness, adjustContrast, adjustGamma, adjustGamma, binarizeBradley, binarizeBradley, binarizeFixed, binarizeOtsu, cacheData, crop, dither, doRotate, getRotateMode, grayscale, isCached, resize, resize, rotate, rotateFlipcrop, 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, writeScanLinecanLoad, 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, setPalettegetDataStreamContainer, save, save, save, setDataStreamContainerclose, dispose, getDisposedpublic final Color getColor()
Gets or sets the RGB color of filter.
Value: The color.public final void setColor(Color value)
Gets or sets the RGB color of filter.
Value: The color.public final int getDensity()
Gets or sets the density of filter
com.aspose.ms.System.ArgumentOutOfRangeException - Density must be in range from 0 to 100
Value:
The density.public final void setDensity(int value)
Gets or sets the density of filter
com.aspose.ms.System.ArgumentOutOfRangeException - Density must be in range from 0 to 100
Value:
The density.public final boolean getPreserveLuminosity()
Gets or sets a value indicating whether [preserve luminosity].
Value:true if [preserve luminosity]; otherwise, false.public final void setPreserveLuminosity(boolean value)
Gets or sets a value indicating whether [preserve luminosity].
Value:true if [preserve luminosity]; otherwise, false.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.