Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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
)
C++/CLI 
public:
IccChromaticityTagType( 
   IccChromaticity chromaticity
)

Parameters

chromaticity
IccChromaticity structure that contains the tag data.

Requirements

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

See Also