Example #1
0
 /// <summary>
 /// Adjusts the color to match the specified int-Rgba color.
 /// </summary>
 /// <param name="rgba"></param>
 public void SetIntRgba(int rgba)
 {
     this.SetRgba(ColorRgba.FromIntRgba(rgba));
 }