←Select platform

IccResponseCurve Constructor

Summary

Initializes a new IccCurveStructure with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal channelsCount As UShort, _ 
   ByVal responseDataOffsets() As Integer, _ 
   ByVal curveStructure() As IccCurveStructure _ 
) 
public: 
IccResponseCurve(  
   ushort channelsCount, 
   array<int>^ responseDataOffsets, 
   array<IccCurveStructure>^ curveStructure 
) 

Parameters

channelsCount
Non-negative value that indicates the number of channels.

responseDataOffsets
Array of offsets, each relative to byte 0 of this structure, with one entry for each measurement type. Each will point to the response data for the measurement unit.

curveStructure
IccCurveStructure structure that contains the curve data.

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