ImageGear Professional for Windows ActiveX
ChannelDepthsGet Method

Description:

Returns an array of channel depths for the image. A channel depth is the number of bits used to represent a single channel's value. For example, a 24 bit per pixel RGB image has three channels (R, G, B) each having a depth of 8 bits, so this method would return the array: {8, 8, 8} This method also returns depths of alpha and extra channels if they are present in the image.

Syntax:

      ChannelDepthsGet() as Variant

Return Value:

Array of channel depths.

Bits Per Pixel:

N/A

Sample:

None

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback