TwoColorGradient Class
TwoColorGradient class
Represents two color gradient.
type TwoColorGradient struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewTwoColorGradient |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetColor1 | Gets and sets the first gradient color. |
SetColor1 | Gets and sets the first gradient color. |
GetColor2 | Gets and sets the second gradient color. |
SetColor2 | Gets and sets the second gradient color. |
GetGradientStyleType | Gets and sets gradient shading style. |
SetGradientStyleType | Gets and sets gradient shading style. |
GetVariant | Gets and sets the gradient variant. |
SetVariant | Gets and sets the gradient variant. |