GradientStop Class
GradientStop class
Represents the gradient stop.
type GradientStop struct {
ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description |
|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetPosition | The position of the stop. |
| SetPosition | The position of the stop. |
| GetCellsColor | Gets the color of this gradient stop. |
| GetTransparency | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
| SetTransparency | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |