コード例 #1
0
ファイル: RgbColor.cs プロジェクト: RudoCris/Pinta
 public static RgbColor FromHsv(HsvColor hsv)
 {
     return hsv.ToRgb();
 }