| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal colorantName() As Byte, _ ByVal pcsValue() As UShort _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family