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

IccNamedColor2Data Constructor (IccNamedColor2Data)






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. .NET support
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)
public IccNamedColor2Data( 
   byte[] colorRootName,
   ushort[] colorPcsCoordinates,
   ushort[] colorDeviceCoordinates
)
function 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: 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

IccNamedColor2Data Structure
IccNamedColor2Data Members

 

 


Products | Support | Contact Us | Copyright Notices

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