Exemple #1
0
 public float GetSaturation(byte r, byte g, byte b)
 {
     return(_converterHelper.CalculateSaturation(r, g, b));
 }