LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

Precision Property






Gets or sets the precision of data. .NET support
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 byte Precision {get; set;}
 get_Precision();
set_Precision(value);
public:
property byte Precision {
   byte get();
   void set (    byte value);
}

Property Value

Precision of data elements in bytes. Must be 01h.
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

IccColorLookupTableBase Class
IccColorLookupTableBase Members

 

 


Products | Support | Contact Us | Copyright Notices

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