GradientColorPoint Class

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

NameDescription
GradientColorPoint()Initializes a new instance of the GradientColorPoint class.
GradientColorPoint(color, location, median_point_location)Initializes a new instance of the GradientColorPoint class.

Properties

NameTypeAccessDescription
colorColorr/wGets or sets the color.
color_modeshortr/wMode for the color to follow
locationintr/wGets or sets the point location on gradient.
median_point_locationintr/wGets or sets the median gradient point location.
raw_colorRawColorr/wGets 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:

ParameterTypeDescription
colorColorColor point on gradient.
locationintThe location of the color point on the gradient.
median_point_locationintThe median gradient point location.