DrawingBufferPixelFormat()

Syntax

Ergebnis = DrawingBufferPixelFormat()
Beschreibung
Gibt das aktuelle Video-Format zurück. Das Ergebnis kann einer der folgenden Werte sein:
  #PB_PixelFormat_8Bits       ; 1 Byte pro Pixel, mit Palette ("palettized")
  #PB_PixelFormat_15Bits      ; 2 Byte pro Pixel 
  #PB_PixelFormat_16Bits      ; 2 Byte pro Pixel
  #PB_PixelFormat_24Bits_RGB  ; 3 Byte pro Pixel (RRGGBB)
  #PB_PixelFormat_24Bits_BGR  ; 3 Byte pro Pixel (BBGGRR)
  #PB_PixelFormat_32Bits_RGB  ; 4 Byte pro Pixel (RRGGBB)
  #PB_PixelFormat_32Bits_BGR  ; 4 Byte pro Pixel (BBGGRR)

Unterstützte OS

Windows, Linux

<- DrawingBufferPitch() - 2DDrawing Inhaltsverzeichnis - DrawingFont() ->