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 Leadtools.Colorconversion.IccNamedColor2Data _
)
public:
IccNamedColor2(
int vendorFlag,
array<byte>^ prefix,
array<byte>^ suffix,
Leadtools.Colorconversion.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.
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