C#
VB
C++
Initializes a new IccChromaticity with explicit parameters.
Public Function New( _
ByVal colorantType As Leadtools.Colorconversion.IccColorantsType, _
ByVal channels() As Leadtools.Colorconversion.IccChannelCoordinates _
)
public:
IccChromaticity(
Leadtools.Colorconversion.IccColorantsType colorantType,
Leadtools.Colorconversion.array<IccChannelCoordinates>^ channels
)
colorantType
Encoded value of phosphor or colorant type. For a list of possible value, refer to IccColorantsType.
channels
IccChannelCoordinates structure that contains the CIE xy coordinate values of channels.
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