コード例 #1
0
ファイル: HsvColor.cs プロジェクト: stonezhu870/WPFControls
 /// <summary>
 /// Gets the scRGB of this HsvColor structure.
 /// </summary>
 /// <returns>A <see cref="System.Windows.Media.Color"/> converted from this instance.</returns>
 public Color ToRgb()
 {
     return(ColorUtilities.HsvToRgb(this));
 }