Table of Contents

Enum TiffInkSet

Namespace
SixLabors.ImageSharp.Formats.Tiff.Constants
Assembly
SixLabors.ImageSharp.dll

Enumeration representing the set of inks used in a separated (Separated) image.

public enum TiffInkSet : ushort

Fields

Cmyk = 1

CMYK. The order of the components is cyan, magenta, yellow, black. Usually, a value of 0 represents 0% ink coverage and a value of 255 represents 100% ink coverage for that component, but see DotRange. The InkNames field should not exist when InkSet=1.

NotCmyk = 2

Not CMYK. See the InkNames field for a description of the inks to be used.