←Select platform

ConversionLabParameters Structure

Summary
Provides information about CIELab conversion properties.
Syntax
C#
C++/CLI
Python
public struct ConversionLabParameters 
public value class ConversionLabParameters : public System.ValueType  
class ConversionLabParameters: 
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 https://www.itu.int/en/pages/default.aspx 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.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.