←Select platform

ConversionLabParameters Structure

Summary

Provides information about CIELab conversion properties.

Syntax

C#
VB
C++
public struct ConversionLabParameters 
  
Public Structure ConversionLabParameters  
   Inherits System.ValueType 
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 http://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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly