示例#1
0
 /// <summary>
 /// Called when a user wants to update the canvas background color.
 /// </summary>
 /// <param name="color">hex color</param>
 public async Task UpdateBackgroundColor(string color)
 {
     await ShapeUtils.UpdateBackgroundColor(Context, Clients, color);
 }