String color

From NWN Lexicon

Contents

[edit] STRING_COLOR_* Constant Group

Used to specify predefined RGB encoded colorization strings used with the StringToRGBString function.

[edit] Constants

Constant Value Description
STRING_COLOR_BLACK "000"
RGB color encoded string constant used to represent the color black.
STRING_COLOR_BLUE "007"
RGB color encoded string constant used to represent the color blue.
STRING_COLOR_GREEN "070"
RGB color encoded string constant used to represent the color green.
STRING_COLOR_PINK "755"
RGB color encoded string constant used to represent the color pink.
STRING_COLOR_RED "700"
RGB color encoded string constant used to represent the color red.
STRING_COLOR_ROSE "744"
RGB color encoded string constant used to represent the color rose.
STRING_COLOR_WHITE "777"
RGB color encoded string constant used to represent the color white.

[edit] Requirements

#include " x3_inc_string "

[edit] Version

1.69

[edit] See Also

functions: 

StringToRGBString


author: Axe Murderer, editor: Mistress

Personal tools
Categories