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