ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearChannelRange Structure / ImGearChannelRange Constructor / ImGearChannelRange Constructor(ImGearColorSpace,ImGearChannelGroups)
Color Space for which the channel range structure is created.
Channel group constant.




In This Topic
    ImGearChannelRange Constructor(ImGearColorSpace,ImGearChannelGroups)
    In This Topic
    Initializes a new instance of the ImGearChannelRange structure with color space and channel group identifier.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal colorSpace As ImGearColorSpace, _
       ByVal group As ImGearChannelGroups _
    )
    'Usage
     
    Dim colorSpace As ImGearColorSpace
    Dim group As ImGearChannelGroups
     
    Dim instance As New ImGearChannelRange(colorSpace, group)
    public ImGearChannelRange( 
       ImGearColorSpace colorSpace,
       ImGearChannelGroups group
    )
    public: ImGearChannelRange( 
       ImGearColorSpace colorSpace,
       ImGearChannelGroups group
    )
    public:
    ImGearChannelRange( 
       ImGearColorSpace colorSpace,
       ImGearChannelGroups group
    )

    Parameters

    colorSpace
    Color Space for which the channel range structure is created.
    group
    Channel group constant.
    See Also