DrawingBufferPixelFormat()
Syntaxe
Resultat = DrawingBufferPixelFormat()Description
Renvoie le format vidéo courant. Il peut être l'un des suivants:#PB_PixelFormat_8Bits ; 1 octet par pixel, palettisé #PB_PixelFormat_15Bits ; 2 octets par pixel #PB_PixelFormat_16Bits ; 2 octets par pixel #PB_PixelFormat_24Bits_RGB ; 3 octets par pixel (RRGGBB) #PB_PixelFormat_24Bits_BGR ; 3 octets par pixel (BBGGRR) #PB_PixelFormat_32Bits_RGB ; 4 octets par pixel (RRGGBB) #PB_PixelFormat_32Bits_BGR ; 4 octets par pixel (BBGGRR)
OS Supportés
Windows, Linux