GRRLIB_settings.h File Reference
Inline functions for configuring the GRRLIB settings.
More...
#include <grrlib.h>
Detailed Description
Inline functions for configuring the GRRLIB settings.
Function Documentation
INLINE bool GRRLIB_GetAntiAliasing |
( |
void |
|
) |
|
Get current AntiAliasing setting.
- Returns:
- True if AntiAliasing is enabled.
Get the current blending mode.
- Returns:
- The current blending mode.
INLINE void GRRLIB_SetAntiAliasing |
( |
const bool |
aa |
) |
|
Turn AntiAliasing on/off.
- Parameters:
-
| aa | Set to true to enable AntiAliasing (Default: Enabled). |
Set a blending mode.
- Parameters:
-
| blendmode | The blending mode to use (Default: GRRLIB_BLEND_ALPHA). |