LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ConversionLabParameters Structure
See Also  Members  
Leadtools.ColorConversion Namespace : ConversionLabParameters Structure



Provides information about CIELab conversion properties.

Object Model

ConversionLabParameters StructureConversionLabParameters Structure

Syntax

Visual Basic (Declaration) 
Public Structure ConversionLabParameters 
   Inherits System.ValueType
Visual Basic (Usage)Copy Code
Dim instance As ConversionLabParameters
C# 
public struct ConversionLabParameters : System.ValueType 
C++/CLI 
public value class ConversionLabParameters : public System.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 RasterColorConverterEngine.SetParameters method.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.ColorConversion.ConversionLabParameters

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also