ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearPixel Class / ImGearPixel Constructor
Number of channels in the image.
Space, in bits, to allocate for each image channel.




In This Topic
    ImGearPixel Constructor
    In This Topic
    Initializes a new instance of the ImGearPixel class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal channelCount As Integer, _
       ByVal bitsPerChannel As Integer _
    )
    'Usage
     
    Dim channelCount As Integer
    Dim bitsPerChannel As Integer
     
    Dim instance As New ImGearPixel(channelCount, bitsPerChannel)
    public ImGearPixel( 
       int channelCount,
       int bitsPerChannel
    )
    public: ImGearPixel( 
       int channelCount,
       int bitsPerChannel
    )
    public:
    ImGearPixel( 
       int channelCount,
       int bitsPerChannel
    )

    Parameters

    channelCount
    Number of channels in the image.
    bitsPerChannel
    Space, in bits, to allocate for each image channel.
    See Also