LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

IccNamedColor2 Constructor (IccNamedColor2)

Show in webframe





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.
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,
   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

See Also

Reference

IccNamedColor2 Structure
IccNamedColor2 Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.