Description
This method supports setting the image's pseudo-coloring.
-
Return Type
-
None
-
Syntax
-
object.AttachPseudoColor pPseudoColor
The AttachPseudoColor Method syntax has these parts: |
| object | An expression evaluating to an object of type McImage. | | pPseudoColor | Required. A McPseudoColor object. [in]
| Remarks
Attaches a pseudo-color to frames in the image's active frame range. The pseudo-color imposes a color representation on monochrome interpretation images. This is a convenience function to simplify the common task of applying the same pseudo-coloring to some or all frames of an image. To remove the pseudo-coloring from the active frame range,
|