Click or drag to resize

GradientType Enumeration

Style of color gradient

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public enum GradientType
Members
  Member nameValueDescription
None0No gradient
Linear1Linear (or axial) gradient between two points
Radial2Radial (or spherical) gradient using a center point and a radius
LinearDisabled3Disabled linear gradient. Useful for keeping gradient information around, but not having it displayed
RadialDisabled4Disabled radial gradient. Useful for keeping gradient information around, but not having it displayed
See Also