Description
This is the lookup table used to pseudo-color the imge for display.
-
Property type
-
A Variant value.
-
Syntax
-
object.DisplayLUT [= value]
The DisplayLUT Property syntax has these parts: |
| object | An expression evaluating to an object of type McDisplay. | | value | A Variant value. | Remarks
The parameter may be either a SafeArray of type byte, short, or long, or a pointer to an McLookupTables object. If a SafeArray, the array must be ordered as red/green/blue.
When setting the property, if the parameter is empty, the call is ignored. If the parameter is a pointer to an McLookupTables object, the object must have red, green, and blue components.
|