←Select platform

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 Leadtools.RasterColor() 
public: 
property Leadtools.array<RasterColor>^ LookupTable { 
   Leadtools.array<RasterColor>^ get(); 
   void set (    Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.