←Select platform

LabParameters Property

Summary

Gets or sets the CIELab conversion properties.

Syntax
C#
VB
C++
public ConversionLabParameters LabParameters { get; set; } 
  
Public Property LabParameters As ConversionLabParameters 
public: 
property ConversionLabParameters LabParameters { 
   ConversionLabParameters get(); 
   void set (    ConversionLabParameters ); 
} 

Property Value

A ConversionLabParameters structure that contains the CIELab conversion properties.

Remarks

The CIELab conversion properties. If this property value is null(Nothing), default values are assumed.

Requirements

Target Platforms

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

Leadtools.ColorConversion Assembly