Class ColorOverlayEffect
ColorOverlayEffect class
Color Overlay Layer effect
public class ColorOverlayEffect : ILayerEffect
Properties
Name | Description |
---|
BlendMode { get; set; } | Gets or sets the blend mode. |
Color { get; set; } | Gets or sets the color. |
EffectType { get; } | Gets a type of effect |
IsVisible { get; set; } | Gets or sets a value indicating whether this instance is visible. |
Opacity { get; set; } | Gets or sets the opacity. |
Methods
Name | Description |
---|
GetEffectBounds(Rectangle, int) | Calculate and gets the bounds of effect pixels based on input layer pixels bounds. |
See Also