ImageGear .NET - Updated November 28, 2017
ImGearColorChannelInfo Constructor




ImageGear23.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)

Parameters

colorSpace
Color space object.
colorValue
Color value.
See Also

Reference

ImGearColorChannelInfo Class
ImGearColorChannelInfo Members
ImGearColorSpace Structure
ImGearPixel Class