←Select platform

IccChromaticity Constructor

Summary

Initializes a new IccChromaticity with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal colorantType As IccColorantsType, _ 
   ByVal channels() As IccChannelCoordinates _ 
) 
public: 
IccChromaticity(  
   IccColorantsType colorantType, 
   array<IccChannelCoordinates>^ channels 
) 

Parameters

colorantType
Encoded value of phosphor or colorant type. For a list of possible value, refer to IccColorantsType.

channels
IccChannelCoordinates structure that contains the CIE xy coordinate values of channels.

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