Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
IccChromaticityTagType Constructor(IccChromaticity)
See Also 
Leadtools.ColorConversion Namespace > IccChromaticityTagType Class > IccChromaticityTagType Constructor : IccChromaticityTagType Constructor(IccChromaticity)




chromaticity
IccChromaticity structure that contains the tag data.
Initializes a new IccChromaticityTagType with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal chromaticity As IccChromaticity _
)
Visual Basic (Usage)Copy Code
Dim chromaticity As IccChromaticity
 
Dim instance As IccChromaticityTagType(chromaticity)
C# 
public IccChromaticityTagType( 
   IccChromaticity chromaticity
)
Managed Extensions for C++ 
public: IccChromaticityTagType( 
   IccChromaticity chromaticity
)
C++/CLI 
public:
IccChromaticityTagType( 
   IccChromaticity chromaticity
)

Parameters

chromaticity
IccChromaticity structure that contains the tag data.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also