Difference between revisions of "Pixels.tbl"

From FreeSpace Wiki
Jump to: navigation, search
(Not sure how to describe the purpose of this table)
 
(added some more info..)
Line 1: Line 1:
+ND 255 255 255
+
This table is used to set ND or non darkening colors.
+ND 41 41 255
+
 
+ND 255 0 0
+
==Syntax==
+ND 0 255 0
+
*Table contains a list of set non darkening colors
+ND 255 244 126
+
*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
+
#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