Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also