ImageGear .NET
ImGearColorChannelInfo Constructor




Color space object.
Color value.
Initializes a new instance of the ImGearColorChannelInfo class by using color space and color value.
Syntax
public ImGearColorChannelInfo( 
   ImGearColorSpace colorSpace,
   ImGearPixel colorValue
)
public: ImGearColorChannelInfo( 
   ImGearColorSpace colorSpace,
   ImGearPixel* colorValue
)
public:
ImGearColorChannelInfo( 
   ImGearColorSpace colorSpace,
   ImGearPixel^ colorValue
)
'Declaration
 
Public Function New( _
   ByVal colorSpace As ImGearColorSpace, _
   ByVal colorValue As ImGearPixel _
)
 
'Usage
 
Dim colorSpace As ImGearColorSpace
Dim colorValue As ImGearPixel
 
Dim instance As New ImGearColorChannelInfo(colorSpace, colorValue)

Parameters

colorSpace
Color space object.
colorValue
Color value.
See Also

Reference

ImGearColorChannelInfo Class
ImGearColorChannelInfo Members
ImGearColorSpace Structure
ImGearPixel Class

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback