CMYK Constructor
From Kaliko Image Library
Kaliko.ImageLibrary
CMYK Constructor
Creates an instance of a CMYK structure.
Syntax
'DeclarationPublic Function New( _ ByVal c As System.Double, _ ByVal m As System.Double, _ ByVal y As System.Double, _ ByVal k As System.Double _ )
'UsageDim c As System.Double Dim m As System.Double Dim y As System.Double Dim k As System.Double Dim instance As New CMYK(c, m, y, k)
Parameters
- c
- m
- y
- k
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also