LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.Color assembly)
LEAD Technologies, Inc

LookupTable Property






Gets or sets the lookup table that can be used to implement a user-defined conversion.
Syntax
public RasterColor[] LookupTable {get; set;}
'Declaration
 
Public Property LookupTable As RasterColor()
'Usage
 
Dim instance As RasterWindowLevelDialog
Dim value() As RasterColor
 
instance.LookupTable = value
 
value = instance.LookupTable
public RasterColor[] LookupTable {get; set;}
 get_LookupTable();
set_LookupTable(value);
public:
property array<RasterColor>^ LookupTable {
   array<RasterColor>^ get();
   void set (    array<RasterColor>^ value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterWindowLevelDialog Class
RasterWindowLevelDialog Members
Leadtools.RasterPalette.WindowLevelFillLookupTable(Leadtools.RasterColor[],Leadtools.RasterColor,Leadtools.RasterColor,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.RasterPaletteWindowLevelFlags)

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.