Page 1 of 1

[Done] SB 3.10 #PB_Image_Transparent doesn't work

Posted: Tue Jul 29, 2025 8:04 am
by Stefan

Code: Select all

Enumeration
  #tempimage
  #window
  #apic
EndEnumeration


OpenWindow(#window,0,0,800,600,"Test")
SetWindowColor(#window,RGB(200,20,20))


If CreateImage(#tempimage, 24, 24,32, #PB_Image_Transparent ) 
  StartDrawing(ImageOutput(#tempimage))
  Circle(12,12,12,RGB(0,200,0))
  StopDrawing()
EndIf
ImageGadget(#apic,10,30,ImageWidth(#tempimage),ImageHeight(#tempimage),ImageID(#tempimage))

Re: SB 3.10 #PB_Image_Transparent doesn't work

Posted: Tue Jul 29, 2025 8:43 am
by Peter
Confirmed.

Latest Beta:
Image

Final:
Image

Re: SB 3.10 #PB_Image_Transparent doesn't work

Posted: Wed Jul 30, 2025 12:36 pm
by Fred
Fixed, you will need to download the 3.10 package again.