C#
VB
C++
Initializes a new IccNamedColor2Data with explicit parameters.
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
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET