CMYK color.

Namespace: TallComponents.PDF.Colors
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class CmykColor : DeviceColor
Visual Basic
Public Class CmykColor _
	Inherits DeviceColor

Remarks

A color specified with 4 components: Cyan, Magenta, Yellow and Black.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Colors..::..Color
    TallComponents.PDF.Colors..::..DeviceColor
      TallComponents.PDF.Colors..::..CmykColor

See Also