Aspose::Cells::Drawing::GradientStop class

GradientStop class

Represents the gradient stop.

class GradientStop

Methods

MethodDescription
GetCellsColor()Gets the color of this gradient stop.
GetPosition()The position of the stop.
GetTransparency()Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
GradientStop(GradientStop_Impl* impl)Constructs from an implementation object.
GradientStop(const GradientStop& src)Copy constructor.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const GradientStop& src)operator=
SetPosition(double value)The position of the stop.
SetTransparency(double value)Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
~GradientStop()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also