LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

GetLookupTable16 Method






Gets the 16-bit lookup table (LUT) of this RasterImage. .NET support Silverlight support WinRT support
Syntax
public RasterColor16[] GetLookupTable16()
'Declaration
 
Public Function GetLookupTable16() As RasterColor16()
'Usage
 
Dim instance As RasterImage
Dim value() As RasterColor16
 
value = instance.GetLookupTable16()
public RasterColor16[] GetLookupTable16()
 function Leadtools.RasterImage.GetLookupTable16()
public:
array<RasterColor16>^ GetLookupTable16(); 

Return Value

An array of RasterColor16 structures which represent the lookup table (LUT) of this RasterImage.
Remarks

The lookup table (LUT) is used when the value of UseLookupTable is set to true.

The 8-bit (GetLookupTable) and 16-bit lookup tables are synchronized, so when you change one, the other is changed as well. The 16-bit lookup table has more precision so it is recommended you use the 16-bit LUT instead of the 8-bit LUT.

For more information, refer to Grayscale Images.

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