getBitsPerPixel Method |
|||||||||||||||||
Returns the number of bits needed to store one pixel of image data in the specified format. | |||||||||||||||||
Syntax: | size_t getBitsPerPixel( tColorformatEnum colorformat ); size_t getBitsPerPixel( const GUID& subtype ); |
||||||||||||||||
|
|||||||||||||||||
Return Value: | This function returns the number of allocated bits per pixel in the specified color format or subtype, if the format is known. If the specified format is unknown, the return value is 0. |
||||||||||||||||
Information: | Header File: tisudshl.h
| ||||||||||||||||
See also: | tColorformatEnum, Constants |