- This wiki is out of date, use the continuation of this wiki instead
Graph modes
From FenixWiki
(Difference between revisions)
| Revision as of 23:55, 3 May 2007 (edit) Sandman (Talk | contribs) m ← Previous diff |
Revision as of 00:43, 4 May 2007 (edit) (undo) Sandman (Talk | contribs) m Next diff → |
||
| Line 1: | Line 1: | ||
| [[Category:constantcategories]] | [[Category:constantcategories]] | ||
| - | Graph modes are used to | + | == Definition |
| + | Graph modes are used to set the color depth of the screen, by assigning one of them to the [[global variable]] [[graph_mode]]. It is advised to use the [[parameter]] depth in the function [[set_mode]]() to achieve this, though. | ||
| == List == | == List == | ||
Revision as of 00:43, 4 May 2007
== Definition
Graph modes are used to set the color depth of the screen, by assigning one of them to the global variable graph_mode. It is advised to use the parameter depth in the function set_mode() to achieve this, though.
List
| Constant | - Value | - Description |
| MODE_8BITS | - 8 | - Use a color depth of 8bit. |
| MODE_8BPP | - 8 | - Use a color depth of 8bit. |
| MODE_16BITS | - 16 | - Use a color depth of 16bit. |
| MODE_16BPP | - 16 | - Use a color depth of 16bit. |
