[ Maverik Level 1 functions ]
mav_windowBlendSet
Summary
Set alpha blending for a window.
Syntax
void mav_windowBlendSet(MAV_window *w, int v);
- MAV_window *w
Window.
- int v
Set alpha blending on or off.
Description
This function sets alpha blending for a window to be on (v =
MAV_TRUE) or off
(v = MAV_FALSE).
Back to the index page.