| 
    | 
   ||
  | 
 static SS_RGB Parse(string text); 
 string text; // A System.String object 
 
  | 
  | 
||
Synopsis  | 
using SilverSharp; 
 The Parse function converts the specified string representation of a color to the SilverSharp.SS_RGB equivalent. 
  | 
  | 
||
Parameters  | 
text is a string representation of a color appropriate for SilverScreen commands. 
  | 
  | 
||
Return Value  | 
Parse returns a SilverSharp.SS_RGB object 
  | 
  | 
||
See Also  | 
 
  | 
  | 
||
Example  | 
The following code creates SilverSharp.SS_RGB objects from string representations: 
 
  | 
  |