LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ConversionWhitePointType Enumeration
See Also  
Leadtools.ColorConversion Namespace : ConversionWhitePointType Enumeration



Indicates the spectrum of the white color.

Syntax

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

Members

MemberDescription
CustomUse the values of the ConversionWhitePoint.XWhite and ConversionWhitePoint.YWhite properties.
D50D50 white point.
D55D55 white point.
D65D65 white point.
D75D75 white point.
D93D93 white point.
DefaultDefault (D55) white point.

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also