Initializes a new IccCurveStructure with explicit parameters.
public IccResponseCurve(
ushort channelsCount,
int[] responseDataOffsets,
IccCurveStructure[] curveStructure
)
Public Function New( _
ByVal channelsCount As UShort, _
ByVal responseDataOffsets() As Integer, _
ByVal curveStructure() As Leadtools.Colorconversion.IccCurveStructure _
)
public:
IccResponseCurve(
ushort channelsCount,
array<int>^ responseDataOffsets,
Leadtools.Colorconversion.array<IccCurveStructure>^ curveStructure
)
channelsCount
Non-negative value that indicates the number of channels.
responseDataOffsets
Array of offsets, each relative to byte 0 of this structure, with one entry for each measurement type. Each will point to the response data for the measurement unit.
curveStructure
IccCurveStructure structure that contains the curve 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