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

IccColorantTableData Constructor (IccColorantTableData)






Array of 32 bytes, that contains the colorant name (null terminated).
An array of 3 values that contains PCS values of the colorant in the color space of the profile.
Initializes a new IccColorantTableData with explicit parameters. .NET support
Syntax
public IccColorantTableData( 
   byte[] colorantName,
   ushort[] pcsValue
)
'Declaration
 
Public Function New( _
   ByVal colorantName() As Byte, _
   ByVal pcsValue() As UShort _
)
'Usage
 
Dim colorantName() As Byte
Dim pcsValue() As UShort
 
Dim instance As New IccColorantTableData(colorantName, pcsValue)
public IccColorantTableData( 
   byte[] colorantName,
   ushort[] pcsValue
)
function IccColorantTableData( 
   colorantName ,
   pcsValue 
)
public:
IccColorantTableData( 
   array<byte>^ colorantName,
   array<ushort>^ pcsValue
)

Parameters

colorantName
Array of 32 bytes, that contains the colorant name (null terminated).
pcsValue
An array of 3 values that contains PCS values of the colorant in the color space of the profile.
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

IccColorantTableData Structure
IccColorantTableData Members

 

 


Products | Support | Contact Us | Copyright Notices

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