public class ColorRange
Public Class ColorRange
public ref class ColorRange
type ColorRange = class end
ColorRange | Initializes a new instance of the ColorRange class. create new color range for legends of numerical values. |
ColorAt | Returns the color corresponding to given value. |
Colors | add colors according to the given color scheme. |
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) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
IntervalColors | Get interval limit colors. |
IntervalLimits | Return all interval limit numbers. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
MixedColor | Get the mix between two colors. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
displayColors_ | all colors to be displayed in the number range. |
displayDeltaVal_ | delta value for a display colors. |
interval_colors_ | colors at the limits of the intervals. |
max_color_ | color for values above the upper number limit. |
max_val_ | upper range limit. |
min_color_ | color for values below the lower number limit. |
min_val_ | lower range limit. |
neg_col_range_ | color range on the negative side. |
neg_val_range_ | value range on the negative side. |
pos_col_range_ | color range on the positive side. |
pos_val_range_ | value range on the positive side. |
Smallvalue | tolerance for value ranges. |
zero_centered_ | true if color range should be zero centered. |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |