ColorGradient Class |
[Missing <summary> documentation for "T:Rhino.Display.ColorGradient"]
Namespace: Rhino.Display
The ColorGradient type exposes the following members.
Name | Description | |
---|---|---|
ColorGradient | Initializes a new instance of the ColorGradient class |
Name | Description | |
---|---|---|
EndPoint |
End point of gradient
| |
GradientType |
Gradient fill type associated with this hatch
| |
Repeat |
Repeat factor for gradient. Factors greater than 1 define a reflected
repeat factor while values less than -1 define a wrapped repeat factor.
| |
StartPoint |
Start point of gradient
|
Name | Description | |
---|---|---|
Duplicate |
Create a duplicate of this color gradient.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetColorStops |
Get sorted list of colors / positions that a gradient is defined over
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetColorStops |
Set color stops for the gradient
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |