Doc: Update QImage::depth to indicate we support 64 bpp now
Change-Id: Icbd4920ed03655cec483a402de9d0ae3378ff3ef Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>bb10
parent
7518da2441
commit
5caaa0b6a2
|
|
@ -1325,7 +1325,7 @@ QRect QImage::rect() const
|
|||
The image depth is the number of bits used to store a single
|
||||
pixel, also called bits per pixel (bpp).
|
||||
|
||||
The supported depths are 1, 8, 16, 24 and 32.
|
||||
The supported depths are 1, 8, 16, 24, 32 and 64.
|
||||
|
||||
\sa bitPlaneCount(), convertToFormat(), {QImage#Image Formats}{Image Formats},
|
||||
{QImage#Image Information}{Image Information}
|
||||
|
|
|
|||
Loading…
Reference in New Issue