Leadtools Namespace > RasterImage Class : GetLookupTable Method |
public RasterColor[] GetLookupTable()
'Declaration Public Function GetLookupTable() As RasterColor()
'Usage Dim instance As RasterImage Dim value() As RasterColor value = instance.GetLookupTable()
public RasterColor[] GetLookupTable()
function Leadtools.RasterImage.GetLookupTable()
public: array<RasterColor>^ GetLookupTable();
The lookup table (LUT) is used when the value of UseLookupTable is set to true.
The 8-bit and 16-bit lookup tables are synchronized, so when you change one, the other is changed as well The 16-bit lookup table (GetLookupTable16) has more precision so it is recommended you use the 16-bit LUT instead of the 8-bit LUT.
LUT is also used for displaying extended Palette color image such as bit stored is 16-bit and LUT contains color value. This is typical of Ultra Sound image.
For more information, refer to Grayscale Images.
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