NoiseGradientFillSettings Class
Contents
[
Hide
]Summary: Noise gradient definition class.
Module: aspose.psd.fileformats.psd.layers.fillsettings
Full Name: aspose.psd.fileformats.psd.layers.fillsettings.NoiseGradientFillSettings
Inheritance: IFillSettings, IGradientFillSettings, BaseGradientFillSettings
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
NoiseGradientFillSettings() | Initializes a new instance of the NoiseGradientFillSettings class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
align_with_layer | bool | r/w | Gets or sets a value indicating whether [align with layer]. |
angle | double | r/w | Gets or sets the angle. |
color | Color | r/w | Gets or sets the color. |
color_model | NoiseColorModel | r/w | Color Model - RGB/HSB/LAB (3/4/6). |
color_points | IGradientColorPoint[] | r/w | Gets or sets the color points. |
dither | bool | r/w | Gets or sets a value indicating whether this BaseGradientFillSettings is dither. |
expansion_count | short | r/w | Expansion count ( = 2 for Photoshop 6.0). |
fill_type | FillType | r | The fill type. |
gradient_mode | GradientKind | r/w | Mode for this gradient. Determines ‘Gradient Type’ = ‘Solid/Noise’ (0/1). |
gradient_name | string | r/w | Gets or sets the name of the gradient. |
gradient_type | GradientType | r/w | Gets or sets the type of the gradient. |
horizontal_offset | double | r/w | Gets or sets the horizontal offset in percentage. |
maximum_color | RawColor | r/w | Maximum color of PixelDataFormat. |
minimum_color | RawColor | r/w | Minimum color of PixelDataFormat. |
reverse | bool | r/w | Gets or sets a value indicating whether this BaseGradientFillSettings is reverse. |
rnd_number_seed | int | r/w | The random number seed used to generate colors for Noise gradient |
roughness | int | r/w | Roughness factor. |
scale | int | r/w | Gets or sets the scale. |
show_transparency | bool | r/w | Flag for showing transparency. |
transparency_points | IGradientTransparencyPoint[] | r/w | Gets or sets the transparency points. |
use_vector_color | bool | r/w | Flag for using vector color. |
vertical_offset | double | r/w | Gets or sets the vertical offset in percentage. |
Constructor: NoiseGradientFillSettings()
NoiseGradientFillSettings()
Initializes a new instance of the NoiseGradientFillSettings class.