←Select platform

ActiveMethod Property

Summary

Gets or sets the active conversion method.

Syntax

C#
VB
C++
public ConversionMethodFlags ActiveMethod { get; set; } 
  
Public Property ActiveMethod As Leadtools.Colorconversion.ConversionMethodFlags 

Property Value

The active conversion method. Possible values should be one and only one type of the ConversionMethodFlags enum types:

  • None
  • BuiltIn
  • Icc
  • CustomIcc
  • EmulationTables
  • CustomEmulationTables
  • Auto
Example

Refer to WhitePoint example.

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