CMYK Structure
From Kaliko Image Library
Kaliko.ImageLibrary
CMYK Structure
Structure to define CMYK.
Object Model
Syntax
'DeclarationPublic Structure CMYK Inherits System.ValueType
'UsageDim 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