Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
IccCurveStructure Constructor
See Also 
Leadtools.ColorConversion Namespace > IccCurveStructure Structure : IccCurveStructure Constructor




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.
Initializes a new IccCurveStructure with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal measurementSignature As IccMeasurementSignatureType, _
   ByVal measurementCount() As Integer, _
   ByVal measurementOfPatch() As IccXyzNumber, _
   ByVal respArrays() As IccResponseArrays _
)
Visual Basic (Usage)Copy Code
Dim measurementSignature As IccMeasurementSignatureType
Dim measurementCount() As Integer
Dim measurementOfPatch() As IccXyzNumber
Dim respArrays() As IccResponseArrays
 
Dim instance As IccCurveStructure(measurementSignature, measurementCount, measurementOfPatch, respArrays)
Managed Extensions for C++ 
public: IccCurveStructure( 
   IccMeasurementSignatureType measurementSignature,
   int[]* measurementCount,
   IccXyzNumber[]* measurementOfPatch,
   IccResponseArrays[]* respArrays
)
C++/CLI 
public:
IccCurveStructure( 
   IccMeasurementSignatureType measurementSignature,
   array<int>^ measurementCount,
   array<IccXyzNumber>^ measurementOfPatch,
   array<IccResponseArrays>^ respArrays
)

Parameters

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also