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