Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
No warning to mix screen 0 and screen graphic commands!
#7
Hi DSman
yes using the range of black color we get black color set to 100 alpha channel
But
we must do the same work on the foreground color of text ( white color)

so the complete command is
Code: (Select All)
_SetAlpha 100, _RGBA32(0, 0, 0, 0) To _RGBA32(0, 0, 0, 255), S2 '<--- setting the second image grade of transparency (more than half transparent)
_SetAlpha 100, _RGBA32(255, 255, 255, 0) To _RGBA32(255, 255, 255, 255), S2
And from here my doubt starts:
 if _SETALPHA works on all the image why does not do this work when we omit a range of color to say all colors into the picture?
Reply


Messages In This Thread
RE: No warning to mix screen 0 and screen graphic commands! - by TempodiBasic - 06-16-2023, 01:51 PM



Users browsing this thread: 1 Guest(s)