ColorBits Property [AutoBitmap object]
The ColorBits property returns the color bit depth of an image. Returns a Long. This is a read-only property.
Syntax
object.ColorBits
Example
This example shows how to return the Color bit depth of an AutoBitmap object
Debug.Print Bitmap.ColorBits
Used by: AutoBitmap object