bmx-ng / brl.mod

BlitzMax Runtime Libraries, for BlitzMax NG.
12 stars 11 forks source link

[Max2d] Expose more GetColor and SetColor overloads #312

Closed GWRon closed 6 months ago

GWRon commented 7 months ago

Added some more overloads exposed as "API" commands (instead of just OOP Max2D-Driver methods).

This allows to retrieve and set RGBA in one call instead of having to use "SetColor + SetAlpha" and "GetColor and GetAlpha".