Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
IccColorantTableData Constructor
See Also 
Leadtools.ColorConversion Namespace > IccColorantTableData Structure : IccColorantTableData Constructor




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.
Initializes a new IccColorantTableData with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal colorantName() As Byte, _
   ByVal pcsValue() As UShort _
)
Visual Basic (Usage)Copy Code
Dim colorantName() As Byte
Dim pcsValue() As UShort
 
Dim instance As IccColorantTableData(colorantName, pcsValue)
C# 
public IccColorantTableData( 
   byte[] colorantName,
   ushort[] pcsValue
)
Managed Extensions for C++ 
public: IccColorantTableData( 
   byte[]* colorantName,
   ushort[]* pcsValue
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also