LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

LookUpTableLength Property






Gets or sets the length of the lookup table. .NET support WinRT support Silverlight support
Syntax
public int LookUpTableLength {get; set;}
'Declaration
 
Public Property LookUpTableLength As Integer
'Usage
 
Dim instance As RemapHueCommand
Dim value As Integer
 
instance.LookUpTableLength = value
 
value = instance.LookUpTableLength
public int LookUpTableLength {get; set;}
 get_LookUpTableLength();
set_LookUpTableLength(value);
public:
property int LookUpTableLength {
   int get();
   void set (    int value);
}

Property Value

Length of the lookup table. Possible values are 65536 for a 16-bit image, 4096 for a 12-bit image, 256 for an 8-bit image.
Example
Refer to RemapHueCommand
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

RemapHueCommand Class
RemapHueCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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