The Colormap_Fields type exposes the following members.

Methods

NameDescription
Equals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Fields

NameDescription
BLUE
A linear blue colormap.
BLUE_GREEN_RED_YELLOW
A blue, green, red and yellow colormap.
BLUE_RED
A linear blue and red colormap.
BLUE_WHITE
A linear blue and white colormap.
BW_LINEAR
A linear black and white (grayscale) colormap.
GREEN
A linear green colormap.
GREEN_PINK
A linear green and pink colormap.
GREEN_RED_BLUE_WHITE
A green, red, blue and white colormap.
GREEN_WHITE_EXPONENTIAL
An exponential green and white colormap.
GREEN_WHITE_LINEAR
A linear green and white colormap.
PRISM
A prism colormap.
RED
A linear red colormap.
RED_PURPLE
A red and purple colormap.
RED_TEMPERATURE
A linear red temperature colormap.
SPECTRAL
A spectral colormap.
STANDARD_GAMMA
A standard gamma colormap.
WB_LINEAR
A linear black and white (grayscale) colormap, the reverse of BW_LINEAR.

See Also