Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

IccCurve Constructor (IccCurve)






Actual curve values. If there was only one value, then it should be in the format u8Fixed8Number.
Initializes a new IccCurve with explicit parameters.
Syntax
public IccCurve( 
   ushort[] curveData
)
'Declaration
 
Public Function New( _
   ByVal curveData() As UShort _
)
'Usage
 
Dim curveData() As UShort
 
Dim instance As New IccCurve(curveData)

            

            
public:
IccCurve( 
   array<ushort>^ curveData
)

Parameters

curveData
Actual curve values. If there was only one value, then it should be in the format u8Fixed8Number.
Requirements

Target Platforms

See Also

Reference

IccCurve Structure
IccCurve Members

Error processing SSI file