Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IccStandardObserverType Enumeration
See Also  
Leadtools.ColorConversion Namespace : IccStandardObserverType Enumeration



Flags that indicate the encoded value for standard observer.

Syntax

Visual Basic (Declaration) 
Public Enum IccStandardObserverType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As IccStandardObserverType
C# 
public enum IccStandardObserverType : Enum 
C++/CLI 
public enum class IccStandardObserverType : public Enum 

Members

MemberDescription
StdandardObserverUnknown Unknown standard observer.
StdandardObserver1931TwoDegrees CIE 1931 standard colorimetric observer.
StdandardObserver1964TenDegrees CIE 1964 standard colorimetric observer.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ColorConversion.IccStandardObserverType

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also