Table of contents

Enumeration ImageColourMode

ImageColourMode describes the output colour mode of the normalized image.

public enum EnumImageColourMode
{
    /** Output image in colour mode. */
    ICM_COLOUR = 0,    
    /** Output image in grayscale mode. */
    ICM_GRAYSCALE = 1,     
    /** Output image in binary mode. */
    ICM_BINARY = 2
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: