Welcome, Guest. Please login or register.

Author Topic: Problem with SA_BackFill  (Read 3988 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline matthey

  • Hero Member
  • *****
  • Join Date: Aug 2007
  • Posts: 1294
    • Show all replies
Re: Problem with SA_BackFill
« on: April 03, 2011, 02:28:41 PM »
Could use a backdrop (WA_Backdrop) window on the screen? This type of window always stays in the back and looks like it's the screen but has the advantages of a window.
 

Offline matthey

  • Hero Member
  • *****
  • Join Date: Aug 2007
  • Posts: 1294
    • Show all replies
Re: Problem with SA_BackFill
« Reply #1 on: April 03, 2011, 05:48:45 PM »
Quote from: ami_stuff;627269
@matthey
This flickers as well, because screen is still gray at the beginning and next "replaced" by black window.


Grey is the default color. The window color could be set with graphics/SetRast() for <=8 bit depth and cybergraphics/FillPixelArray() for >8 bit depth. It's been a long time since I played with Intuition so maybe there is a better idea.