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




namedColor
IccNamedColor2 structure that contains the tag's data.
Initializes a new IccNamedColor2TagType with explicit parameters.

Syntax

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

Parameters

namedColor
IccNamedColor2 structure that contains the tag's 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