The AdaptiveGradientStop type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | AdaptiveGradientStop |
Instantiates a new AdaptiveGradientStop.
|
Properties
Name | Description | |
---|---|---|
![]() | Anchor |
The location of the color stop. Because it's an *Adaptive* Gradient,
can be anything that implements the IAdaptiveGradientAnchor interface
(any function of a dataset).
|
![]() | Color |
The color of the gradient stop. A gradient lookup at Anchor
will return this color.
|
See Also