|
||
string ToString()
|
|
|||
Synopsis |
using SilverSharp;
The ToString method formats a SilverSharp.SS_RGB object as a string
|
|
||
Parameters |
none
|
|
||
Return Value |
ToString returns a System.String object that represents a SilverScreen color. The value might be a named color like "light-red", otherwise it will be an rgb-triple of the form r#g#b#.
|
|
||
See Also |
|
|
||
Example |
The following code creates an SS_RGB object, then uses it in a command:
|
|