Example #1
0
 public void Clear(Color color)
 {
     _image.Clear(ColorHelper.ColorToUInt(color));
 }