←Select platform

IccNamedColor2 Constructor

Summary
Initializes a new IccNamedColor2 with explicit parameters.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal vendorFlag As Integer, _ 
   ByVal prefix() As Byte, _ 
   ByVal suffix() As Byte, _ 
   ByVal namedColors() As IccNamedColor2Data _ 
) 
public: 
IccNamedColor2(  
   int vendorFlag, 
   array<byte>^ prefix, 
   array<byte>^ suffix, 
   array<IccNamedColor2Data>^ namedColors 
) 

Parameters

vendorFlag
A value that indicates vendor specific flag.

prefix
Array that contains the prefix for each color name (32-byte field that includes null termination).

suffix
Array that contains the suffix for each color name (32-byte field that includes null termination).

namedColors
IccNamedColor2Data structure that contains the named color's data.

Requirements

Target Platforms

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

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.