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}} = 000-255
* {{red|Red}} = 0-255
* {{green|Green}} = 000-255  
* {{green|Green}} = 0-255  
* {{blue|Blue}} = 000-255
* {{blue|Blue}} = 0-255
* {{color|gray|Alpha}} = 000-255
* {{color|gray|Alpha}} = 0-255
* This command uses the RGB color system, which constructs all the colors from the combination of Red, Green and Blue. The red, green and blue colors use 8 bits each, which have 3-digit integer values from 000 to 255.
* This command uses the RGB color system, which constructs all the colors from the combination of Red, Green and Blue. The red, green and blue colors use 8 bits each, which have integer values from 0 to 255.
* {{color|gray|Alpha}} transparency values affect the window's interior opacity, ranging from 000 (clear) to 255 (solid black).
* {{color|gray|Alpha}} transparency values affect the window's interior opacity, ranging from 0 (clear) to 255 (solid black).





Revision as of 00:20, 17 December 2022

Slash Command

/window_color Red Green Blue Alpha

Changes the window colors.


  • Red = 0-255
  • Green = 0-255
  • Blue = 0-255
  • Alpha = 0-255
  • This command uses the RGB color system, which constructs all the colors from the combination of Red, Green and Blue. The red, green and blue colors use 8 bits each, which have integer values from 0 to 255.
  • Alpha transparency values affect the window's interior opacity, ranging from 0 (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


Example

/window_color 153 051 204 102

Example Result:

 


External Links