- This wiki is out of date, use the continuation of this wiki instead
Color depths
From FenixWiki
(Difference between revisions)
Revision as of 02:06, 4 May 2007 (edit) Sandman (Talk | contribs) ← Previous diff |
Current revision (02:09, 4 May 2007) (edit) (undo) Sandman (Talk | contribs) |
||
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
Color depths are used to specify the [[color depth]] of the [[screen]], by passing one of them to the [[function]] [[set_mode]]() as the depth [[parameter]]. | Color depths are used to specify the [[color depth]] of the [[screen]], by passing one of them to the [[function]] [[set_mode]]() as the depth [[parameter]]. | ||
+ | |||
+ | See also [[graph_modes]]. | ||
== List == | == List == |
Current revision
[edit] Definition
Color depths are used to specify the color depth of the screen, by passing one of them to the function set_mode() as the depth parameter.
See also graph_modes.
[edit] List
Constant | - Value | - Description |
MODE_8BITS | - 8 | - Use a color depth of 8bit. Also called MODE_8BPP. |
MODE_16BITS | - 16 | - Use a color depth of 16bit. Also called MODE_16BPP. |