Description
This property returns the pseudo-coloring LUT for the given image type.
-
Return Type
-
A Variant value.
-
Syntax
-
object.GetLUTForImageType (vImageType)
The GetLUTForImageType Method syntax has these parts: |
| object | An expression evaluating to an object of type McPseudoColor. | | vImageType | Required. A Variant value. [in]
| Remarks
This property returns the pseudo-coloring LUT. This LUT is primarily intended for the use of the McLookupTable object. It is an array of BYTE values, 4 per pixel intensity (where there are 256, 4096 or 65536 intensity values depending on the specified image type). These are arranged as RGBFRGBF... where R is the red value, G the green value, B the blue value, and F a byte used as an enable flag (for all intensity values where the enable flag is zero, the McLookupTable will use its ExtendedLUT grayscale value instead of a pseudo-color). If the pseudo-color has been modified, or was last generated for a different image type, the RealizeForImageType() method will be called prior to returning the LUT.
|