BaseGradientFillSettings Class
Summary: Base gradient definition class. It contains common properties for both types of gradient (Solid and Noise).
Module: aspose.psd.fileformats.psd.layers.fillsettings
Full Name: aspose.psd.fileformats.psd.layers.fillsettings.BaseGradientFillSettings
Inheritance: IFillSettings, IGradientFillSettings, BaseFillSettings
Aspose.PSD Version: 24.9.0
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_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. |
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. |
reverse | bool | r/w | Gets or sets a value indicating whether this BaseGradientFillSettings is reverse. |
scale | int | r/w | Gets or sets the scale. |
transparency_points | IGradientTransparencyPoint[] | r/w | Gets or sets the transparency points. |
vertical_offset | double | r/w | Gets or sets the vertical offset in percentage. |