This method is used to set the pseudo-coloring from a pseudo-color LUT.
Return Type
None
Syntax
object.SetFromLUTvLUT
The SetFromLUT Method syntax has these parts:
Part
Description
object
An expression evaluating to an object of type McPseudoColor.
vLUT
Required. A Variant value.
[in]
Remarks
This method will be used by Streams to initialize the pseudo-coloring from a color LUT. The LUT must be organized in 3-byte triplets (e.g. RGBRGB...). The routine will make its best effort to identify a standard LUT type (e.g. HSI or RGB pseudo-color ramp), and if that fails will construct a custom pseudo-color using AddColor.
Note
This method is not recommended for general use since many of the properties of the pseudo-coloring may be unknown.