ImageGear v26.3 - Updated November 9, 2022
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)

Parameters

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