Example #1
0
 /// <summary>
 /// Adjusts the color to match the specified int-Argb color.
 /// </summary>
 /// <param name="argb"></param>
 public void SetIntArgb(int argb)
 {
     this.SetRgba(ColorRgba.FromIntArgb(argb));
 }