Colors.tbl

From FreeSpace Wiki
Revision as of 05:25, 26 September 2011 by CommanderDJ (talk | contribs) (Created page with "==General Format== *Colors.tbl simply starts with "#Start Color" (without the quotes) *All following entries are of the form "$Color name: (R G B A)" (without the quotes, but wi…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

General Format

  • Colors.tbl simply starts with "#Start Color" (without the quotes)
  • All following entries are of the form "$Color name: (R G B A)" (without the quotes, but with the brackets), where R, G, B, and A are red, green, blue and alpha values (between 0 and 255 inclusive).
  • Colors.tbl must end with "#End" (without the quotes).

Possible Colors

  • Blue
  • Bright Blue
  • Green
  • Bright Green
  • Black
  • Grey
  • Silver
  • White
  • Bright White
  • Violet Gray
  • Violet
  • Dim Red
  • Red
  • Bright Red
  • Pink
  • Light Pink
  • Yellow
  • Bright Yellow
  • UI Light Green
  • UI Green
  • UI Light Pink
  • UI Pink

Syntax and Usage

  • All colors are optional (defaults will be used if the color is not specified).
  • However, any colors included must be included in the order specified above, otherwise they will be skipped.