ImageGear for Java
ImGearPixelArray Constructor
Quantity of pixels to be stored in array.
Quantity of channels in an image whose pixels are stored in array.
Actual size of store to contain color value for each image channel.

Initializes the pixel store using the pixel's defining attributes and the length of the array.

Initializes a new instance of the ImGearPixelArray class.
Syntax
public ImGearPixelArray( 
   int pixelCount,
   int channelCount,
   int bitsPerChannel
)

Parameters

pixelCount
Quantity of pixels to be stored in array.
channelCount
Quantity of channels in an image whose pixels are stored in array.
bitsPerChannel
Actual size of store to contain color value for each image channel.

Initializes the pixel store using the pixel's defining attributes and the length of the array.

See Also

Reference

ImGearPixelArray Class
ImGearPixelArray Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback