public class ColorOverlayEffect extends Object implements ILayerEffect
Color Overlay Layer effect
| Modifier and Type | Method and Description |
|---|---|
long |
getBlendMode()
Gets or sets the blend mode.
|
Color |
getColor()
Gets or sets the color.
|
byte |
getOpacity()
Gets or sets the opacity.
|
boolean |
isVisible()
Gets or sets a value indicating whether this instance is visible.
|
void |
setBlendMode(long value)
Gets or sets the blend mode.
|
void |
setColor(Color value)
Gets or sets the color.
|
void |
setOpacity(byte value)
Gets or sets the opacity.
|
void |
setVisible(boolean value)
Gets or sets a value indicating whether this instance is visible.
|
public final Color getColor()
Gets or sets the color.
Value: The color.public final void setColor(Color value)
Gets or sets the color.
Value: The color.public final long getBlendMode()
Gets or sets the blend mode.
Value: The blend mode.getBlendMode in interface ILayerEffectpublic final void setBlendMode(long value)
Gets or sets the blend mode.
Value: The blend mode.setBlendMode in interface ILayerEffectpublic final boolean isVisible()
Gets or sets a value indicating whether this instance is visible.
Value:true if this instance is visible; otherwise, false.isVisible in interface ILayerEffectpublic final void setVisible(boolean value)
Gets or sets a value indicating whether this instance is visible.
Value:true if this instance is visible; otherwise, false.setVisible in interface ILayerEffectpublic final byte getOpacity()
Gets or sets the opacity.
Value: The opacity.getOpacity in interface ILayerEffectpublic final void setOpacity(byte value)
Gets or sets the opacity.
Value: The opacity.setOpacity in interface ILayerEffectCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.