cxGetBitmapPixelFormat(TBitmap) Method
In This Article
Returns the color depth of a bitmap image stored in the specified bitmap container.
#Declaration
#Parameters
Name | Type |
---|---|
ABitmap | TBitmap |
#Returns
Type |
---|
Integer |
#Remarks
Call this global function to obtain the number of bits per pixel corresponding to the pixel format of the bitmap container passed as the ABitmap parameter.
See Also