Example #1
0
 public static Color FromHsl(HslColor hsl)
 {
     return FromHsl(hsl.H, hsl.S, hsl.L, hsl.A);
 }