ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMaskColorChannelInfo Class / ImGearMaskColorChannelInfo Constructor
Color channel mode.
Color space.
Color value.




In This Topic
    ImGearMaskColorChannelInfo Constructor
    In This Topic
    Initializes a new instance of the ImGearMaskColorChannelInfo class using the supplied color channel mode, color space and color value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal mode As ImGearMaskChannelModes, _
       ByVal colorSpace As ImGearColorSpace, _
       ByVal colorValue As ImGearPixel _
    )
    'Usage
     
    Dim mode As ImGearMaskChannelModes
    Dim colorSpace As ImGearColorSpace
    Dim colorValue As ImGearPixel
     
    Dim instance As New ImGearMaskColorChannelInfo(mode, colorSpace, colorValue)
    public ImGearMaskColorChannelInfo( 
       ImGearMaskChannelModes mode,
       ImGearColorSpace colorSpace,
       ImGearPixel colorValue
    )
    public: ImGearMaskColorChannelInfo( 
       ImGearMaskChannelModes mode,
       ImGearColorSpace colorSpace,
       ImGearPixel* colorValue
    )
    public:
    ImGearMaskColorChannelInfo( 
       ImGearMaskChannelModes mode,
       ImGearColorSpace colorSpace,
       ImGearPixel^ colorValue
    )

    Parameters

    mode
    Color channel mode.
    colorSpace
    Color space.
    colorValue
    Color value.
    See Also