Create a new Cmyk color from it's components.
Namespace: TallComponents.PDF.Layout.ColorsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public CmykColor( byte c, byte m, byte y, byte k ) |
| Visual Basic |
|---|
Public Sub New ( _ c As Byte, _ m As Byte, _ y As Byte, _ k As Byte _ ) |
Parameters
- c
- Type: System..::..Byte
Cyan component [0-255]
- m
- Type: System..::..Byte
Magenta component [0-255]
- y
- Type: System..::..Byte
Yellow component [0-255]
- k
- Type: System..::..Byte
Black component [0-255]