Window color (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
{{red|Red}} {{green|Green}} {{blue|Blue}} {{color|gray|Alpha}}
{{red|Red}} {{green|Green}} {{blue|Blue}} {{color|gray|Alpha}}
Valid range: 000 - 255
Valid range: 000 - 255
This command uses the RGB color system, which constructs all the colors from the combination of the Red, Green and Blue colors. The red, green and blue use 8 bits each, which have integer values from 0 to 255.


'''Example:''' {{slashcommand|window_color}} {{red|153}} {{green|051}} {{blue|204}} {{color|gray|102}}
'''Example:''' {{slashcommand|window_color}} {{red|153}} {{green|051}} {{blue|204}} {{color|gray|102}}

Revision as of 17:35, 16 December 2022

Slash Command

/window_color  

Changes the window colors. Requires four values: Red Green Blue Alpha Valid range: 000 - 255

This command uses the RGB color system, which constructs all the colors from the combination of the Red, Green and Blue colors. The red, green and blue use 8 bits each, which have integer values from 0 to 255.

Example: /window_color 153 051 204 102

Result:

 

Note: Alpha transparency values affect the window's interior opacity, ranging from 000 (clear) to 255 (solid black).

Editor's Note:

City of Heroes Default = /window_color 36 145 255 255
City of Villains Default = /window_color 166 41 41 255
Going Rogue Default = /window_color 112 112 114 255