Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Window color (Slash Command)"

From Paragon Wiki Archive
Jump to: navigation, search
(Auto-created from text in List of Slash Commands)
 
m (Detailed arguments for slash command usage)
Line 1: Line 1:
 
== Slash Command ==
 
== Slash Command ==
{{SlashCommandArticle|command=window_color|note=Changes the window colors}}
+
{{SlashCommandArticle|command=window_color|note=Changes the window colors. Requires four values:}}
 +
{{red|Red}} {{green|Green}} {{blue|Blue}} {{color|gray|Alpha}}
 +
Valid range: 000 - 255
 +
 
 +
'''Example:''' {{slashcommand|window_color}} {{red|153}} {{green|051}} {{blue|204}} {{color|gray|102}}
 +
 
 +
'''Result:'''
 +
<div style="color:#93C; background-color:#666; border:thick ridge #93C; width:180px;">
 +
&nbsp;
 +
</div>
 +
 
 +
Note: {{color|gray|Alpha}} transparency values affect the window's interior opacity, ranging from 000 (clear) to 255 (solid black).

Revision as of 19:59, 9 December 2009

Slash Command

/window_color  

Changes the window colors. Requires four values: Red Green Blue Alpha Valid range: 000 - 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).