- This wiki is out of date, use the continuation of this wiki instead
 
Color
From FenixWiki
(Difference between revisions)
												
			
			| Revision as of 19:36, 23 July 2007 (edit) Sandman (Talk | contribs) (New page: Colors are widely used in Fenix/Bennu. They are used for example in texts functions. In 8 bit color mode, the color corresponds with the palette index (0..255);...) ← Previous diff  | 
				Current revision (10:32, 24 February 2008) (edit) (undo) Sandman (Talk | contribs) m  | 
			||
| Line 1: | Line 1: | ||
| Colors are widely used in Fenix/Bennu. They are used for example in [[Functioncategory:texts|texts functions]]. | Colors are widely used in Fenix/Bennu. They are used for example in [[Functioncategory:texts|texts functions]]. | ||
| - | In 8 bit color mode, the color corresponds with the palette index (0..255); in 16 bit color mode the color corresponds with an RGB value (0..65535). The RGB values of a color can be  | + | In 8 bit color mode, the color corresponds with the palette index (0..255); in 16 bit color mode the color corresponds with an RGB value (0..65535). The RGB values of a color can be obtained with [[get_rgb]](). | 
| For more information see [[rgb#Notes|rgb]](). | For more information see [[rgb#Notes|rgb]](). | ||
Current revision
Colors are widely used in Fenix/Bennu. They are used for example in texts functions.
In 8 bit color mode, the color corresponds with the palette index (0..255); in 16 bit color mode the color corresponds with an RGB value (0..65535). The RGB values of a color can be obtained with get_rgb().
For more information see rgb().
