Difference between revisions of "Pixels.tbl"

From FreeSpace Wiki
Jump to: navigation, search
m (Revision fix)
(formatting)
Line 1: Line 1:
 
{{TableVersion|5154}}
 
{{TableVersion|5154}}
  
 +
The '''pixels.tbl''' is used to set ND or non darkening colors.
  
This table is used to set ND or non darkening colors.
+
 
 +
[[Tables|List of Tables]]
  
 
==Syntax==
 
==Syntax==
 
*Table contains a list of set non darkening colors
 
*Table contains a list of set non darkening colors
*Table ends to <nowiki>#</nowiki>END
+
*Table ends to '''#END'''
  
 
===+ND===
 
===+ND===
 
*Defines the non darkening color
 
*Defines the non darkening color
*Syntax: '''Color''', three '''integers''', 0 to 255, red, green, blue respectively
+
*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==
 
==Example==

Revision as of 04:28, 19 July 2012

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