ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPage Object > IGPage Methods > ChannelDepthsGet Method |
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.
ChannelDepthsGet() as Variant
Array of channel depths.
N/A
None