Пример #1
0
 public override Brush <Color> CreateBrush(float size)
 {
     return(new Brush_Grid <Color>(
                Grids.SoftCircle <float>((int)(size * 0.5f), hardness, power, f => f)
                ));
 }