ImageGear .NET v25.1 - Updated
ImGearColorChannelInfo Constructor




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorChannelInfo Class : ImGearColorChannelInfo Constructor
Color space object.
Color value.
Initializes a new instance of the ImGearColorChannelInfo class by using color space and color value.
Syntax
'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)
public ImGearColorChannelInfo( 
   ImGearColorSpace colorSpace,
   ImGearPixel colorValue
)
public: ImGearColorChannelInfo( 
   ImGearColorSpace colorSpace,
   ImGearPixel* colorValue
)
public:
ImGearColorChannelInfo( 
   ImGearColorSpace colorSpace,
   ImGearPixel^ colorValue
)

Parameters

colorSpace
Color space object.
colorValue
Color value.
See Also

Reference

ImGearColorChannelInfo Class
ImGearColorChannelInfo Members
ImGearColorSpace Structure
ImGearPixel Class