←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly