Pixels.tbl

From FreeSpace Wiki
Revision as of 04:28, 19 July 2012 by MjnMixael (talk | contribs) (formatting)
Jump to: navigation, search

Revision information.....

FSO Revision: 5154
Note: Please update the version when the page is updated. If your edit had nothing to do with new code entries then please do not edit the version


The pixels.tbl is used to set ND or non darkening colors.


List of Tables

Syntax

  • Table contains a list of set non darkening colors
  • Table ends to #END

+ND

  • Defines the non darkening color
  • Takes three numbers 0 - 255 in the order Red, Green, Blue
  • Syntax: Integer, Integer, Integer

General Info

  • There is usually no reason to alter this retail table.

Example

+ND 255 255 255
+ND 41 41 255
+ND 255 0 0
+ND 0 255 0
+ND 255 244 126
 
#END