Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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
)
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also