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



Indicates the spectrum of the white color.

Syntax

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

Members

MemberDescription
D50 D50 white point.
D55 D55 white point.
D65 D65 white point.
D75 D75 white point.
D93 D93 white point.
Custom Use the values of the ConversionWhitePoint.XWhite and ConversionWhitePoint.YWhite properties.
Default Default (D55) white point.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ColorConversion.ConversionWhitePointType

Requirements

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

See Also