LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

LookUpTableLength Property

Show in webframe







Gets or sets the length of the lookup table.
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;}
@property (nonatomic, assign) unsigned int lookUpTableLength;
public int getLookUpTableLength()
public void setLookUpTableLength(int value)
            
 
get_LookUpTableLength();
set_LookUpTableLength(value);
Object.defineProperty('LookUpTableLength');
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

See Also

Reference

RemapHueCommand Class
RemapHueCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.