CMYK Constructor

Kaliko Image Library

Kaliko.ImageLibrary
CMYK Constructor





Creates an instance of a CMYK structure.
Syntax
'Declaration
 
Public Function New( _
   ByVal c As System.Double, _
   ByVal m As System.Double, _
   ByVal y As System.Double, _
   ByVal k As System.Double _
)
'Usage
 
Dim 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)
public CMYK( 
   System.double c,
   System.double m,
   System.double y,
   System.double k
)
public CMYK( 
    c: System.Double;
    m: System.Double;
    y: System.Double;
    k: System.Double
); 
public function CMYK( 
   c : System.double,
   m : System.double,
   y : System.double,
   k : System.double
);
public: CMYK( 
   System.double c,
   System.double m,
   System.double y,
   System.double k
)
public:
CMYK( 
   System.double c,
   System.double m,
   System.double y,
   System.double 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

This documentation was created using Document! X from Innovasys