|
|
ColorRange Class |
Namespace: Karamba.Utilities
The ColorRange type exposes the following members.
| Name | Description | |
|---|---|---|
| ColorRange |
Initializes a new instance of the ColorRange class.
create new color range for legends of numerical values.
|
| Name | Description | |
|---|---|---|
| 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.) |
| Name | Description | |
|---|---|---|
| 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.
| |
| zero_centered_ |
true if color range sh0ould be zero centered.
|