LookupTable Property

Summary

Gets or sets the lookup table that can be used to implement a user-defined conversion.

Syntax
C#
VB
C++
public RasterColor[] LookupTable { get; set; } 
  
Public Property LookupTable As RasterColor() 
public: 
property array<RasterColor>^ LookupTable { 
   array<RasterColor>^ get(); 
   void set (    array<RasterColor>^ ); 
} 

Property Value

Represents the lookup table that can be used to implement a user-defined conversion. For every intensity value between 0 and 2 raised to the power of (HighBit - LowBit + 1) - 1 there should be a corresponding entry in the lookup table that contains a Rgb quad.

Example

Refer to RasterWindowLevelDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.