Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
ConversionLabParameters Structure
See Also  Members  
Leadtools.ColorConversion Namespace : ConversionLabParameters Structure




Provides information about CIELab conversion properties.

Syntax

Visual Basic (Declaration) 
Public Structure ConversionLabParameters 
   Inherits ValueType
Visual Basic (Usage)Copy Code
Dim instance As ConversionLabParameters
C# 
public struct ConversionLabParameters : ValueType 
Managed Extensions for C++ 
public __value struct ConversionLabParameters : public ValueType 
C++/CLI 
public value class ConversionLabParameters : public ValueType 

Remarks

The gamut capacity is expressed as an offset and range, with the exception of the minimum and maximum values. For example, in the T.42 CIELab, the communication conversion can be expressed as:
  • LOffset = 0
  • LRange = 100
  • AOffset = 128
  • ARange = 170
  • BOffset = 96
  • BRange = 200
You may refer to www.itu.int.com for more information on the CIELab color conversion. ConversionLabParameters is used with the ConversionParameters class. The mask value will be used only when updating the CIELab conversion using the RasterColorConverter.SetParameters method.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.ColorConversion.ConversionLabParameters

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also