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: |
| object | An expression evaluating to an object of type McPseudoColor. | | vIntensityRange | Required. A Variant value. [in]
| | PseudoColor | Required. 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.
|