Exemple #1
0
 internal static Color ToXamlColor(this HsvColor hsvColor)
 {
     return(hsvColor.ToRgbColor().ToXamlColor());
 }