Class NoiseGradientFillSettings
Contents
[
Hide
]NoiseGradientFillSettings class
Noise gradient definition class.
public class NoiseGradientFillSettings : BaseGradientFillSettings
Constructors
Name | Description |
---|---|
NoiseGradientFillSettings() | Initializes a new instance of the NoiseGradientFillSettings class. |
Properties
Name | Description |
---|---|
AlignWithLayer { get; set; } | Gets or sets a value indicating whether [align with layer]. |
Angle { get; set; } | Gets or sets the angle. |
Color { get; set; } | Gets or sets the color. |
ColorModel { get; set; } | Color Model - RGB/HSB/LAB (3/4/6). |
ColorPoints { get; set; } | Gets or sets the color points. |
Dither { get; set; } | Gets or sets a value indicating whether this BaseGradientFillSettings is dither. |
ExpansionCount { get; set; } | 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; } | Maximum color of PixelDataFormat. |
MinimumColor { get; set; } | Minimum color of PixelDataFormat. |
Reverse { get; set; } | Gets or sets a value indicating whether this BaseGradientFillSettings is reverse. |
RndNumberSeed { get; set; } | The random number seed used to generate colors for Noise gradient |
Roughness { get; set; } | Roughness factor. |
Scale { get; set; } | Gets or sets the scale. |
ShowTransparency { get; set; } | Flag for showing transparency. |
TransparencyPoints { get; set; } | Gets or sets the transparency points. |
UseVectorColor { get; set; } | 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