Wie kriege ich eine transparente Box hin?
Verfasst: 28.10.2015 14:00
Hi.
Wieso macht das hier keine transparente türkisblaue Box:

?
Wieso macht das hier keine transparente türkisblaue Box:
Code: Alles auswählen
Window = OpenWindow (#PB_Any, 0, 0, 400, 200, "Window", #PB_Window_SystemMenu)
StartDrawing (WindowOutput (Window))
Box (0, 0, 200, 100, RGB( 220, 200, 20))
Box (100, 50, 200, 100, RGBA( 20, 200, 220, 127))
StopDrawing ()
Repeat : Until WaitWindowEvent () = #PB_Event_CloseWindow

?