SilverScreen Solid Modeler

ToColor method

ToColor method

Previous topic Next topic  

ToColor method

Previous topic Next topic JavaScript is required for the print function  

SilverSharpAPI

 

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

SS_RGB