←Select platform

IccParametricCurve Constructor

Summary

Initializes a new IccParametricCurve with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal functionType As IccFunctionsType, _ 
   ByVal parameters() As Integer _ 
) 
public: 
IccParametricCurve(  
   IccFunctionsType functionType, 
   array<int>^ parameters 
) 

Parameters

functionType
A value that indicates the function type. For a list of possible values, refer to IccFunctionsType.

parameters
Array that contains one or more parameters.

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