GradientColorPoint Class
Contents
[
Hide
]Summary: The Gradient Color Point.
Module: aspose.psd.fileformats.psd.layers.fillsettings
Full Name: aspose.psd.fileformats.psd.layers.fillsettings.GradientColorPoint
Inheritance: IGradientColorPoint
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
GradientColorPoint() | Initializes a new instance of the GradientColorPoint class. |
GradientColorPoint(color, location, median_point_location) | Initializes a new instance of the GradientColorPoint class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
color | Color | r/w | Gets or sets the color. |
color_mode | short | r/w | Mode for the color to follow |
location | int | r/w | Gets or sets the point location on gradient. |
median_point_location | int | r/w | Gets or sets the median gradient point location. |
raw_color | RawColor | r/w | Gets or sets the color of the raw. |
Constructor: GradientColorPoint()
GradientColorPoint()
Initializes a new instance of the GradientColorPoint class.
Constructor: GradientColorPoint(color, location, median_point_location)
GradientColorPoint(color, location, median_point_location)
Initializes a new instance of the GradientColorPoint class.
Parameters:
Parameter | Type | Description |
---|---|---|
color | Color | Color point on gradient. |
location | int | The location of the color point on the gradient. |
median_point_location | int | The median gradient point location. |