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



Specifies the spectrum of the white color.

Syntax

Visual Basic (Declaration) 
Public Structure ConversionWhitePoint 
   Inherits ValueType
Visual Basic (Usage)Copy Code
Dim instance As ConversionWhitePoint
C# 
public struct ConversionWhitePoint : ValueType 
C++/CLI 
public value class ConversionWhitePoint : public ValueType 

Remarks

ConversionWhitePoint is used with the ConversionParameters class. Any of the predefined white points can be used. Or, custom x and y values can be used in an xyY system. With ConversionWhitePointType.Custom, Y is always 1.0.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.ColorConversion.ConversionWhitePoint

Requirements

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

See Also