←Select platform

IccNamedColor2Data Constructor (IccNamedColor2Data)

Summary

Initializes a new IccNamedColor2Data with explicit parameters.

Syntax

C#
VB
C++
public IccNamedColor2Data(  
   byte[] colorRootName, 
   ushort[] colorPcsCoordinates, 
   ushort[] colorDeviceCoordinates 
) 
Public Function New( _ 
   ByVal colorRootName() As Byte, _ 
   ByVal colorPcsCoordinates() As UShort, _ 
   ByVal colorDeviceCoordinates() As UShort _ 
) 
public: 
IccNamedColor2Data(  
   array<byte>^ colorRootName, 
   array<ushort>^ colorPcsCoordinates, 
   array<ushort>^ colorDeviceCoordinates 
) 

Parameters

colorRootName
An array that contains the color root name (32-byte field including null termination).

colorPcsCoordinates
An array that contains the named color's PCS encoding.

colorDeviceCoordinates
Array that contains the name color's device coordinates.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ColorConversion Assembly
Click or drag to resize