Documentation
Table of contents

ColourConversionMode

Describes the colour conversion mode.

Declarations

Language Declaration
JavaScript enum EnumDLRColourConversionMode
C / C++ enum ColourConversionMode
.Net enum Dynamsoft.Core.EnumColourConversionMode
Android class com.dynamsoft.core.EnumColourConversionMode
ObjC / Swift enum EnumColourConversionMode
Java class com.dynamsoft.core.EnumColourConversionMode

Members

Member (except ObjC/Swift) Member (ObjC/Swift) Value Description Valid Argument(s)
CICM_SKIP EnumColourConversionModeSkip 0x00 Skip the colour conversion. N/A
CICM_GENERAL EnumColourConversionModeGeneral 0x01 Converts a colour image to a grayscale image using the general algorithm. BlueChannelWeight
GreenChannelWeight
RedChannelWeight
CICM_HSV EnumColourConversionModeHSV 0x02 Converts a colour image to a grayscale image using one of the HSV channels. ReferChannel

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: