←Select platform

ImageColorTypeCommand Constructor(ImageColorTypeCommandFlags)

Summary

Initializes a new ImageColorTypeCommand class object with explicit parameters.

Syntax
C#
VB
C++
Java
Public Function New( _ 
   ByVal flag As ImageColorTypeCommandFlags _ 
) 
public ImageColorTypeCommand(ImageColorTypeCommandFlags flag) 
public: 
ImageColorTypeCommand(  
   ImageColorTypeCommandFlags flag 
) 

Parameters

flag
flag that controls the behavior of the command algorithm by making it favor one type over the other.

Remarks

To get the confidence percentage, refer to Confidence property.

Example

For an example, refer to ImageColorTypeCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly