public IccNamedColor2(
int vendorFlag,
byte[] prefix,
byte[] suffix,
IccNamedColor2Data[] namedColors
)
public:
IccNamedColor2(
int vendorFlag,
array<byte>^ prefix,
array<byte>^ suffix,
array<IccNamedColor2Data>^ namedColors
)
__init__(self,vendorFlag,prefix,suffix,namedColors) # Overloaded constructor
vendorFlag
A value that indicates vendor specific flag. The low 16-bits are reserved for ICC use, so only the high 16 bits are available for vendor use.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document