Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

IccChromaticity Constructor (IccChromaticity)






Encoded value of phosphor or colorant type. For a list of possible value, refer to IccColorantsType.
IccChannelCoordinates structure that contains the CIE xy coordinate values of channels.
Initializes a new IccChromaticity with explicit parameters.
Syntax
public IccChromaticity( 
   IccColorantsType colorantType,
   IccChannelCoordinates[] channels
)
'Declaration
 
Public Function New( _
   ByVal colorantType As IccColorantsType, _
   ByVal channels() As IccChannelCoordinates _
)
'Usage
 
Dim colorantType As IccColorantsType
Dim channels() As IccChannelCoordinates
 
Dim instance As New IccChromaticity(colorantType, channels)

            

            
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

See Also

Reference

IccChromaticity Structure
IccChromaticity Members

Error processing SSI file