LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

IccColorantTableData Constructor (IccColorantTableData)

Show in webframe





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.
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( 
   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

See Also

Reference

IccColorantTableData Structure
IccColorantTableData Members

 

 


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