Exemple #1
0
 public byte GetRed(float hue, float saturation, float value)
 {
     return(_converterHelper.CalculateRed(hue, saturation, value));
 }