Class NoiseGradientFillSettings
Contents
[
Hide
]NoiseGradientFillSettings class
Noise gradient definition class.
public class NoiseGradientFillSettings : BaseGradientFillSettings
Constructors
| Name | Description |
|---|---|
| NoiseGradientFillSettings() | The default constructor. |
Properties
| Name | Description |
|---|---|
| AlignWithLayer { get; set; } | Gets or sets a value indicating whether [align with layer]. |
| Angle { get; set; } | Gets or sets the angle. |
| ColorModel { get; set; } | Gets or sets the Color Model - RGB/HSB/LAB (3/4/6). |
| Dither { get; set; } | Gets or sets a value indicating whether this BaseGradientFillSettings is dither. |
| ExpansionCount { get; set; } | Gets or sets the Expansion count ( = 2 for Photoshop 6.0). |
| override FillType { get; } | The fill type. |
| GradientMode { get; } | Gets the mode for this gradient. Determines ‘Gradient Type’ = ‘Solid/Noise’ (0/1). |
| GradientName { get; set; } | Gets or sets the name of the gradient. |
| GradientType { get; set; } | Gets or sets the type of the gradient. |
| HorizontalOffset { get; set; } | Gets or sets the horizontal offset in percentage. |
| MaximumColor { get; set; } | Gets or sets the Maximum color of PixelDataFormat. |
| MinimumColor { get; set; } | Gets or sets the Minimum color of PixelDataFormat. |
| Reverse { get; set; } | Gets or sets a value indicating whether this BaseGradientFillSettings is reverse. |
| RndNumberSeed { get; set; } | Gets or sets the random number seed used to generate colors for Noise gradient |
| Roughness { get; set; } | Gets or sets the Roughness factor. |
| Scale { get; set; } | Gets or sets the scale. |
| ShowTransparency { get; set; } | Gets or sets the flag for showing transparency. |
| UseVectorColor { get; set; } | Gets or sets the flag for using vector color. |
| VerticalOffset { get; set; } | Gets or sets the vertical offset in percentage. |
See Also
- class BaseGradientFillSettings
- namespace Aspose.PSD.FileFormats.Psd.Layers.FillSettings
- assembly Aspose.PSD