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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.