From WikiChip
Difference between revisions of "mirc/commands/colour"
< mirc‎ | commands

(Created page with "The '''/colour command''' allows you to change the color setting from the color dialog (can be access using the Alt+K shortcut keys). The /color command can also be used to ch...")
 
m (Bot: de-linking old mIRC menu)
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{mirc title|/colour Command}}
 
The '''/colour command''' allows you to change the color setting from the color dialog (can be access using the Alt+K shortcut keys). The /color command can also be used to change the color of the Nth (<N>) color the 16 color palette to a new value (<RGB>)
 
The '''/colour command''' allows you to change the color setting from the color dialog (can be access using the Alt+K shortcut keys). The /color command can also be used to change the color of the Nth (<N>) color the 16 color palette to a new value (<RGB>)
  
Line 30: Line 31:
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v5.5
+
{{mIRC compatibility|5.5}}
 
 
Added On: 08/01/99
 
 
 
<small>Note: Individual switches were not taken into consideration.</small>
 
  
 
== See also ==
 
== See also ==
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
* [[$color identifier - mIRC|$color]]
+
* {{mIRC|$color}}
* [[$rgb identifier - mIRC|$rgb]]
+
* {{mIRC|$rgb}}
* [[$cnick identifier - mIRC|$cnick]]
+
* {{mIRC|$cnick}}
* [[$abook identifier - mIRC|$abook]]
+
* {{mIRC|$abook}}
* [[/cnick command - mIRC|/cnick]]
+
* {{mIRC|/cnick}}
 +
{{mIRC command list}}
  
[[Category:mIRC commands]]
+
[[Category:mIRC commands|colour command - mIRC]]

Latest revision as of 19:13, 15 June 2017

The /colour command allows you to change the color setting from the color dialog (can be access using the Alt+K shortcut keys). The /color command can also be used to change the color of the Nth (<N>) color the 16 color palette to a new value (<RGB>)

Synopsis[edit]

/colour <name> <N>
/colour <N> <RGB>
/colour -lrs [N/scheme name]	

Switches[edit]

  • -l - Reloads the color settings from the mirc.ini file
  • -s - Changes the active scheme
  • -r - Resets the Nth color in the 16 color palette to its default RGB value

Parameters[edit]

  • <n> - Nth color in the 16 (0 - 15) color palette
  • <RGB> - New RGB values to be used
  • <scheme name> - The name of the scheme to be used
  • <name> - Item's name:

Background Items: Background, ListBox, TreeBar, EditBox, InActive Text Items: Action, CTCP, Highlight, Info, Info2, Invite, Join, Kick, Mode, Normal, Notice, Notify, Other, Own, Part, Quit, Topic, Wallops, Whois

Example[edit]

;Change the active color scheme to mIRC Classic
/colour -s "mIRC Classic"
;Change the color of 1 in the color palette to purple (128, 0, 128).
//colour 1 $rgb(128,0,128)
;Restore the original color
/colour -r 1
;Change the color of the background to 1 (1 by default of black)
/color Background 1

Compatibility[edit]

Added: mIRC v5.5
Added on: 08 Jan 1999
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]

[Expand]
v · d · e mIRC commands list