Description

This method is used to build a custom pseudo-color (see Remarks).

Return Type

None  

Syntax

object.AddColor vIntensityRange, PseudoColor

The AddColor Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McPseudoColor.
vIntensityRangeRequired. A Variant value.

[in]

PseudoColorRequired. A Long value.

Remarks

This method adds an intensity range to the current pseudo-coloring. See Examples. Note - when individual color ranges are added via AddColor, this overrides the normal generation of a color spectrum specified by the other properties such as Size, ColorSpectrum, etc. To return the pseudo-color to a gradient pseudo-color and discard the added colors, use the Reset() method.