Exemple #1
0
 private void updateColor(float h, float s, float v)
 {
     this.spriteRenderer.color = ColorExtensions.ColorWithHSV(h, s, v);
 }