Kaliko.ImageLibrary
CMYK Structure
Structure to define CMYK.
Object Model

Syntax
'Declaration
Public Structure CMYK Inherits System.ValueType
'Usage
Dim instance As CMYK
public struct CMYK : System.ValueType
public type CMYK = class(System.ValueType)
In JScript, you can use structures in other assemblies, but you cannot define your own.
public __value struct CMYK : public System.ValueType
public value class CMYK : public System.ValueType
Inheritance Hierarchy
System.Object
System.ValueType
Kaliko.ImageLibrary.ColorSpace.CMYK
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