←Select platform

IccParametricCurve Constructor

Summary

Initializes a new IccParametricCurve with explicit parameters.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal functionType As Leadtools.Colorconversion.IccFunctionsType, _ 
   ByVal parameters() As Integer _ 
) 
public: 
IccParametricCurve(  
   Leadtools.Colorconversion.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly