LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

IccNamedColor2Data Constructor (IccNamedColor2Data)

Show in webframe





An array that contains the color root name (32-byte field including null termination).
An array that contains the named color's PCS encoding.
Array that contains the name color's device coordinates.
Initializes a new IccNamedColor2Data with explicit parameters.
Syntax
public IccNamedColor2Data( 
   byte[] colorRootName,
   ushort[] colorPcsCoordinates,
   ushort[] colorDeviceCoordinates
)
'Declaration
 
Public Function New( _
   ByVal colorRootName() As Byte, _
   ByVal colorPcsCoordinates() As UShort, _
   ByVal colorDeviceCoordinates() As UShort _
)
'Usage
 
Dim colorRootName() As Byte
Dim colorPcsCoordinates() As UShort
Dim colorDeviceCoordinates() As UShort
 
Dim instance As New IccNamedColor2Data(colorRootName, colorPcsCoordinates, colorDeviceCoordinates)

            

            

Parameters

colorRootName
An array that contains the color root name (32-byte field including null termination).
colorPcsCoordinates
An array that contains the named color's PCS encoding.
colorDeviceCoordinates
Array that contains the name color's device coordinates.
Requirements

Target Platforms

See Also

Reference

IccNamedColor2Data Structure
IccNamedColor2Data Members

 

 


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