←Select platform

IccCurve Constructor

Summary

Initializes a new IccCurve with explicit parameters.

Syntax
C#
VB
C++
public IccCurve( 
   ushort[] curveData 
) 
  
Public Function New( _ 
   ByVal curveData() As UShort _ 
) 
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly