Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

ColorLookupTablePoints Property (IccLookupTable16)






Gets or sets the number of CLUT grid points.
Syntax
public int ColorLookupTablePoints {get; set;}
'Declaration
 
Public Property ColorLookupTablePoints As Integer
'Usage
 
Dim instance As IccLookupTable16
Dim value As Integer
 
instance.ColorLookupTablePoints = value
 
value = instance.ColorLookupTablePoints

            

            
public:
property int ColorLookupTablePoints {
   int get();
   void set (    int value);
}

Property Value

Number of CLUT grid points (identical for each side).
Requirements

Target Platforms

See Also

Reference

IccLookupTable16 Structure
IccLookupTable16 Members

Error processing SSI file