LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Precision Property

Show in webframe





Gets or sets the precision of data.
Syntax
public byte Precision {get; set;}
'Declaration
 
Public Property Precision As Byte
'Usage
 
Dim instance As IccColorLookupTableBase
Dim value As Byte
 
instance.Precision = value
 
value = instance.Precision

            

            
public:
property byte Precision {
   byte get();
   void set (    byte value);
}

Property Value

Precision of data elements in bytes. Must be 01h.
Requirements

Target Platforms

See Also

Reference

IccColorLookupTableBase Class
IccColorLookupTableBase Members

 

 


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