From WikiChip
Editing mirc/identifiers/$color
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.
Latest revision | Your text | ||
Line 5: | Line 5: | ||
== Parameters == | == Parameters == | ||
* '''name''' Returns the color index number for the specified name/action/event. Partial matches work as well: '''$color(action)''' | * '''name''' Returns the color index number for the specified name/action/event. Partial matches work as well: '''$color(action)''' | ||
− | * '''N''' Returns the 24-bit integer RGB color value for index N where N is 0-99, of which 0- | + | * '''N''' Returns the 24-bit integer RGB color value for index N where N is 0-99, of which 0-15 are displayed in the '''CTRL+K''' list and the '''ALT+K''' window. |
− | |||
== Properties == | == Properties == | ||
*'''.dd''' When used with name, allows the color index numbers 0-9 to be returned in double-digit format, eg: 02 instead of 2. Does not work on RGB-returned values. | *'''.dd''' When used with name, allows the color index numbers 0-9 to be returned in double-digit format, eg: 02 instead of 2. Does not work on RGB-returned values. |