Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal channelsCount As UShort, _ ByVal responseDataOffsets() As Integer, _ ByVal curveStructure() As IccCurveStructure _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public IccResponseCurve( ushort channelsCount, int[] responseDataOffsets, IccCurveStructure[] curveStructure ) |
C++/CLI | |
---|---|
public: IccResponseCurve( ushort channelsCount, array<int>^ responseDataOffsets, array<IccCurveStructure>^ curveStructure ) |
Parameters
- 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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family