LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

UseLookupTable Property






Enables or disables using the lookup table (LUT) of this RasterImage. .NET support Silverlight support WinRT support
Syntax
public bool UseLookupTable {get; set;}
'Declaration
 
Public Property UseLookupTable As Boolean
'Usage
 
Dim instance As RasterImage
Dim value As Boolean
 
instance.UseLookupTable = value
 
value = instance.UseLookupTable
public bool UseLookupTable {get; set;}
 get_UseLookupTable();
set_UseLookupTable(value);
public:
property bool UseLookupTable {
   bool get();
   void set (    bool value);
}

Property Value

true to enable using the lookup table (LUT), false to disable it.
Remarks
You can access the lookup table (LUT) with the GetLookupTable and SetLookupTable methods.

LUT is only used for 10-16 bit extended grayscale image or 10-16 bit palette color image. To update the palette in 1-8 bit image use SetPalette. For more information, refer to Grayscale Images.

If the value is true, the LUT will be used in all image processing commands and save. If the value is false, the LUT will be used only when painting and the LUT will be ignored when an image processing command is applied or when a file is saved.

Example
For an example, refer to SetLookupTable.
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

RasterImage Class
RasterImage Members
Leadtools.Drawing.RasterPaintCallbacks
Implementing custom paint

 

 


Products | Support | Contact Us | Copyright Notices

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