|
||
System.Windows.Media.Color ToColor()
|
|
|
Synopsis |
using SilverSharp;
The ToColor method converts a SilverSharp.SS_RGB object to a System.Windows.Media.Color object.
|
|
Parameters |
none
|
|
Return Value |
ToColor returns a System.Windows.Media.Color object representing the same color as the SilverSharp.SS_RGB object.
|
|
Remarks |
This method is most useful when working with WPF applications.
|
|
See Also |
|