LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

IccNamedColor2 Constructor (IccNamedColor2)






A value that indicates vendor specific flag.
Array that contains the prefix for each color name (32-byte field that includes null termination).
Array that contains the suffix for each color name (32-byte field that includes null termination).
IccNamedColor2Data structure that contains the named color's data.
Initializes a new IccNamedColor2 with explicit parameters. .NET support
Syntax
public IccNamedColor2( 
   int vendorFlag,
   byte[] prefix,
   byte[] suffix,
   IccNamedColor2Data[] namedColors
)
'Declaration
 
Public Function New( _
   ByVal vendorFlag As Integer, _
   ByVal prefix() As Byte, _
   ByVal suffix() As Byte, _
   ByVal namedColors() As IccNamedColor2Data _
)
'Usage
 
Dim vendorFlag As Integer
Dim prefix() As Byte
Dim suffix() As Byte
Dim namedColors() As IccNamedColor2Data
 
Dim instance As New IccNamedColor2(vendorFlag, prefix, suffix, namedColors)
public IccNamedColor2( 
   int vendorFlag,
   byte[] prefix,
   byte[] suffix,
   IccNamedColor2Data[] namedColors
)
function IccNamedColor2( 
   vendorFlag ,
   prefix ,
   suffix ,
   namedColors 
)
public:
IccNamedColor2( 
   int vendorFlag,
   array<byte>^ prefix,
   array<byte>^ suffix,
   array<IccNamedColor2Data>^ namedColors
)

Parameters

vendorFlag
A value that indicates vendor specific flag.
prefix
Array that contains the prefix for each color name (32-byte field that includes null termination).
suffix
Array that contains the suffix for each color name (32-byte field that includes null termination).
namedColors
IccNamedColor2Data structure that contains the named color's data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccNamedColor2 Structure
IccNamedColor2 Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.