Initializes a new IccCurveStructure with explicit parameters.
public IccCurveStructure(
IccMeasurementSignatureType measurementSignature,
int[] measurementCount,
IccXyzNumber[] measurementOfPatch,
IccResponseArrays[] respArrays
)
Public Function New( _
ByVal measurementSignature As Leadtools.Colorconversion.IccMeasurementSignatureType, _
ByVal measurementCount() As Integer, _
ByVal measurementOfPatch() As Leadtools.Colorconversion.IccXyzNumber, _
ByVal respArrays() As Leadtools.Colorconversion.IccResponseArrays _
)
public:
IccCurveStructure(
Leadtools.Colorconversion.IccMeasurementSignatureType measurementSignature,
array<int>^ measurementCount,
Leadtools.Colorconversion.array<IccXyzNumber>^ measurementOfPatch,
Leadtools.Colorconversion.array<IccResponseArrays>^ respArrays
)
measurementSignature
A value that indicates the measurement unit signature. For a list of possible value, refer to IccMeasurementSignatureType.
measurementCount
Array with one entry for each channel that contains the number of measurements for each channel.
measurementOfPatch
IccXyzNumber structure with number-of-channels measurements of patch with the maximum colorant value. PCS values shall be relative colorimetric.
respArrays
IccResponseArrays structure with number-of-channels response arrays. Each array contains number-of-measurements reponse16Numbers appropriate to the channel.
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