BitsPerPixel
UCHAR BitsPerPixel; // db ? ; bits per pixel
newMode.width, newMode.height, newMode.BitsPerPixel(),
printf(format, mode.width, mode.height, mode.BitsPerPixel(), mode.refresh);
printf(" %" B_PRId32 "\n", mode.BitsPerPixel());
int32 BitsPerPixel() const;
B_PRId32 "\n", mode.width, mode.height, mode.BitsPerPixel());
string << fSelected.BitsPerPixel() << " " << B_TRANSLATE("bits/pixel");