←Select platform

IccNamedColor2 Constructor

Summary
Initializes a new IccNamedColor2 with explicit parameters.
Syntax
C#
C++/CLI
Python
public: 
IccNamedColor2(  
   int vendorFlag, 
   array<byte>^ prefix, 
   array<byte>^ suffix, 
   array<IccNamedColor2Data>^ namedColors 
) 
__init__(self,vendorFlag,prefix,suffix,namedColors) # Overloaded constructor 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

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