I'm having problems drawing hardware brushes with an arbitrary transparency (on WIndows).
The drawing tag "transparency" seems to be not supported while RebelSDL is used, I've also tried to use
- Code: Select all
sdl.SetTextureAlphaMod(1, 100)
Where 1 is the id of my hardware brush, but it says that the object is not found.
Any hints?