←Select platform

IccNamedColor2Data Constructor

Summary

Initializes a new IccNamedColor2Data with explicit parameters.

Syntax
C#
VB
C++
  
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly