public class ColorOverlayEffect extends Object implements ILayerEffect
Color Overlay Layer effect
Modifier and Type | Method and Description |
---|---|
long |
getBlendMode()
Gets the blend mode.
|
Color |
getColor()
Gets the color.
|
byte |
getOpacity()
Gets the opacity.
|
boolean |
isVisible()
Gets a value indicating whether this instance is visible.
|
void |
setBlendMode(long value)
Sets the blend mode.
|
void |
setColor(Color value)
Sets the color.
|
void |
setOpacity(byte value)
Sets the opacity.
|
void |
setVisible(boolean value)
Sets a value indicating whether this instance is visible.
|
public final Color getColor()
Gets the color.
public final void setColor(Color value)
Sets the color.
value
- the color.public final long getBlendMode()
Gets the blend mode.
getBlendMode
in interface ILayerEffect
public final void setBlendMode(long value)
Sets the blend mode.
setBlendMode
in interface ILayerEffect
value
- the blend mode.public final boolean isVisible()
Gets a value indicating whether this instance is visible.
isVisible
in interface ILayerEffect
public final void setVisible(boolean value)
Sets a value indicating whether this instance is visible.
setVisible
in interface ILayerEffect
value
- a value indicating whether this instance is visible.public final byte getOpacity()
Gets the opacity.
getOpacity
in interface ILayerEffect
public final void setOpacity(byte value)
Sets the opacity.
setOpacity
in interface ILayerEffect
value
- the opacity.