Table of Contents

Enum ColorMode

Namespace
Dynamicweb.Imaging.ImageHandling
Assembly
Dynamicweb.Core.dll

Stores color modes definitions

public enum ColorMode

Fields

Cmyk = 2

CMYK

GrayScale = 3

Gray scale

Rgb = 1

RGB

To top