Initializes a new IccNamedColor2 with explicit parameters.
public IccNamedColor2(
int vendorFlag,
byte[] prefix,
byte[] suffix,
IccNamedColor2Data[] namedColors
)
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
)
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.
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