This wiki is archived and useful information is being migrated to the main bzflag.org website

Color(BZW)

From BZFlagWiki
Revision as of 16:43, 13 May 2007 by 76.83.1.187 (Talk) (New page: A color is used in a BZFlag world (BZW) as a sub parameter for many paramters, such as materials and dynamic colors. ==Format== ===RGBA=== The basic form...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A color is used in a BZFlag world (BZW) as a sub parameter for many paramters, such as materials and dynamic colors.

Format

RGBA

The basic format of a color is to define the Reg Green Blue and Alpha components of a color in the format

  Reg Green Blue Alpha

As an example to define pure red, the color would be defined as follows:

 1 0 0 1

This would define a color of 100% pure red and 100% opacity.

The numeric values for color can range from 0 to 1 and represent the fraction of 100% for each color channel.

===Pre-defined colors BZFlag supports a number of pre-defined color names including:

 TODO, ADD THEM.

History

Colors were added with Materials in BZFlag 2.0.0.

Editor Support

Color support is dependent on the support for the containing features in any specific editor.