Enum TiffInkSet
Enumeration representing the set of inks used in a separated (Separated) image.
Namespace: SixLabors.ImageSharp.Formats.Tiff.Constants
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum TiffInkSet : ushort
Fields
Name | Description |
---|---|
Cmyk | 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 | Not CMYK. See the InkNames field for a description of the inks to be used. |