LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 New IccNamedColor2TagType(namedColor)
C# 
public IccNamedColor2TagType( 
   IccNamedColor2 namedColor
)
C++/CLI 
public:
IccNamedColor2TagType( 
   IccNamedColor2 namedColor
)

Parameters

namedColor
IccNamedColor2 structure that contains the tag's data.

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