GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ALLEGRO_WRITE_MASK_FLAGS(3) ALLEGRO_WRITE_MASK_FLAGS(3)

ALLEGRO_WRITE_MASK_FLAGS - Allegro 5 API


#include <allegro5/allegro.h>
typedef enum ALLEGRO_WRITE_MASK_FLAGS {

    

Each enabled bit means the corresponding value is written, a disabled bit means it is not.
ALLEGRO_MASK_RED
ALLEGRO_MASK_GREEN
ALLEGRO_MASK_BLUE
ALLEGRO_MASK_ALPHA
ALLEGRO_MASK_DEPTH
ALLEGRO_MASK_RGB - Same as RED | GREEN | BLUE.
ALLEGRO_MASK_RGBA - Same as RGB | ALPHA.

5.1.2

al_set_render_state(3)
Allegro reference manual

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.