GradientStop Class

GradientStop class

Represents the gradient stop.


type GradientStop struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetPositionThe position of the stop.
SetPositionThe position of the stop.
GetCellsColorGets the color of this gradient stop.
GetTransparencyReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
SetTransparencyReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).