TransparentSpriteColor()
Syntax
TransparentSpriteColor(#Sprite, Color)Description
Change the sprite transparent color (when displayed with DisplayTransparentSprite()). RGB() can be used to get a valid color value. A table with common colors is available here.
If #PB_Default (= -1) is used as #Sprite value, then the default color (normally black (0,0,0)) is changed to the new given one and all future loaded sprites (with LoadSprite()) will use this color as the transparent one.
Supported OS
Windows, Linux, MacOS X