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



Specifies the spectrum of the white color.

Object Model

ConversionWhitePoint StructureConversionWhitePoint Structure

Syntax

Visual Basic (Declaration) 
Public Structure ConversionWhitePoint 
   Inherits System.ValueType
Visual Basic (Usage)Copy Code
Dim instance As ConversionWhitePoint
C# 
public struct ConversionWhitePoint : System.ValueType 
C++/CLI 
public value class ConversionWhitePoint : public System.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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also