'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.