NoiseGradientFillSettings Class

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.4.0

Constructors

NameDescription
NoiseGradientFillSettings()Initializes a new instance of the NoiseGradientFillSettings class.

Properties

NameTypeAccessDescription
align_with_layerboolr/wGets or sets a value indicating whether [align with layer].
angledoubler/wGets or sets the angle.
colorColorr/wGets or sets the color.
color_modelNoiseColorModelr/wColor Model - RGB/HSB/LAB (3/4/6).
color_pointsIGradientColorPoint[]r/wGets or sets the color points.
ditherboolr/wGets or sets a value indicating whether this BaseGradientFillSettings is dither.
fill_typeFillTyperThe fill type.
gradient_modeGradientKindr/wMode for this gradient
Determines ‘Gradient Type’ = ‘Solid/Noise’ (0/1)
gradient_namestringr/wGets or sets the name of the gradient.
gradient_typeGradientTyper/wGets or sets the type of the gradient.
horizontal_offsetdoubler/wGets or sets the horizontal offset in percentage.
maximum_colorRawColorr/wMaximum color of PixelDataFormat.
minimum_colorRawColorr/wMinimum color of PixelDataFormat.
reverseboolr/wGets or sets a value indicating whether this BaseGradientFillSettings is reverse.
rnd_number_seedintr/wThe random number seed used to generate colors for Noise gradient
roughnessintr/wRoughness factor.
scaleintr/wGets or sets the scale.
show_transparencyboolr/wFlag for showing transparency.
transparency_pointsIGradientTransparencyPoint[]r/wGets or sets the transparency points.
use_vector_colorboolr/wFlag for using vector color.
vertical_offsetdoubler/wGets or sets the vertical offset in percentage.

Constructor: NoiseGradientFillSettings()

 NoiseGradientFillSettings() 

Initializes a new instance of the NoiseGradientFillSettings class.