Interface IShadowEffect
Contents
[
Hide
]IShadowEffect interface
Interface for Shadow Layer Effects
public interface IShadowEffect : ILayerEffect
Properties
| Name | Description |
|---|---|
| Angle { get; set; } | Gets or sets the angle in degrees. |
| Color { get; set; } | Gets or sets the color. |
| Distance { get; set; } | Gets or sets the distance in pixels. |
| Noise { get; set; } | Gets or sets the noise. |
| Size { get; set; } | Gets or sets the blur value in pixels. |
| Spread { get; set; } | Gets or sets the intensity as a percent. |
| UseGlobalLight { get; set; } | Gets or sets a value indicating whether [use this angle in all of the layer effects]. |
See Also
- interface ILayerEffect
- namespace Aspose.PSD.FileFormats.Psd.Layers.LayerEffects
- assembly Aspose.PSD