HslColor.ToColor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts an HslColor value to a Color. The algorithm was written based on pseudocode available on http://en.wikipedia.org/wiki/HSL_and_HSV.
public:
System::Windows::Media::Color ToColor();
public System.Windows.Media.Color ToColor ();
member this.ToColor : unit -> System.Windows.Media.Color
Public Function ToColor () As Color
Returns
The converted color