Click or drag to resize

ColorRange Class

range of colors to be used as legend-colors for numeric results.
Inheritance Hierarchy
SystemObject
  Karamba.UtilitiesColorRange

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public class ColorRange

The ColorRange type exposes the following members.

Constructors
  NameDescription
Public methodColorRange
Initializes a new instance of the ColorRange class. create new color range for legends of numerical values.
Top
Methods
  NameDescription
Public methodcolorAt
Returns the color corresponding to given value.
Public methodStatic memberColors
add colors according to the given color scheme.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodintervalColors
Get interval limit colors.
Public methodintervalLimits
Return all interval limit numbers.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic membermixedColor
Get the mix between two colors.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldinterval_colors_
colors at the limits of the intervals.
Protected fieldmax_color_
color for values above the upper number limit.
Protected fieldmax_val_
upper range limit.
Protected fieldmin_color_
color for values below the lower number limit.
Protected fieldmin_val_
lower range limit.
Protected fieldneg_col_range_
color range on the negative side.
Protected fieldneg_val_range_
value range on the negative side.
Protected fieldpos_col_range_
color range on the positive side.
Protected fieldpos_val_range_
value range on the positive side.
Protected fieldzero_centered_
true if color range sh0ould be zero centered.
Top
See Also