Click or drag to resize

GH_GradientAddGrip Method

Overload List
  NameDescription
Public methodAddGrip(Double)
Add a new grip to the gradient. The colour of the grip will be picked so that there is no difference to the gradient, though this is not actually possible when the interpolation mode is not linear.
Public methodAddGrip(GH_Grip)
Add a new grip to the gradient. This method does not raise the GradientChanged event, so you need to do that yourself by calling OnGradientChanged().
Public methodAddGrip(Double, Color)
Add a new single-colour grip.
Public methodAddGrip(Double, Color, Color)
Add a new bi-colour grip.
Top
See Also