TwoColorGradient Class

TwoColorGradient class

Represents two color gradient.


type TwoColorGradient struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewTwoColorGradient

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetColor1Gets and sets the first gradient color.
SetColor1Gets and sets the first gradient color.
GetColor2Gets and sets the second gradient color.
SetColor2Gets and sets the second gradient color.
GetGradientStyleTypeGets and sets gradient shading style.
SetGradientStyleTypeGets and sets gradient shading style.
GetVariantGets and sets the gradient variant.
SetVariantGets and sets the gradient variant.