Difference between revisions of "Pixels.tbl"
From FreeSpace Wiki
(Not sure how to describe the purpose of this table) |
(added some more info..) |
||
| Line 1: | Line 1: | ||
| − | + | This table is used to set ND or non darkening colors. | |
| − | + | ||
| − | + | ==Syntax== | |
| − | + | *Table contains a list of set non darkening colors | |
| − | + | *Table ends to <nowiki>#</nowiki>END | |
| + | |||
| + | ===+ND=== | ||
| + | *Defines the non darkening color | ||
| + | *Syntax: '''Color''', three '''integers''', 0 to 255, red, green, blue respectively | ||
| + | |||
| + | ==Example== | ||
| + | |||
| + | <pre> | ||
| + | +ND 255 255 255 | ||
| + | +ND 41 41 255 | ||
| + | +ND 255 0 0 | ||
| + | +ND 0 255 0 | ||
| + | +ND 255 244 126 | ||
| − | + | #END | |
| + | </pre> | ||
| + | |||
| + | [[Category:Tables]] | ||
Revision as of 08:30, 30 July 2007
This table is used to set ND or non darkening colors.
Syntax
- Table contains a list of set non darkening colors
- Table ends to #END
+ND
- Defines the non darkening color
- Syntax: Color, three integers, 0 to 255, red, green, blue respectively
Example
+ND 255 255 255 +ND 41 41 255 +ND 255 0 0 +ND 0 255 0 +ND 255 244 126 #END