21 references to BlendBrush
ReachFramework (21)
AlphaFlattener\BrushProxy.cs (7)
575
BrushProxy result = this.
BlendBrush
(om);
2145
b = b.
BlendBrush
(_brushList[0] as BrushProxy);
2171
b.
BlendBrush
(bp).AddTo(list); // Blend current with first in list
2175
bp.
BlendBrush
(b).AddTo(list); // Blend current with last in list
3221
return one.
BlendBrush
(two);
3244
return brushB.
BlendBrush
(BrushProxy.CreateColorBrush(colorA));
3248
return BrushProxy.CreateColorBrush(colorA).
BlendBrush
(brushB);
AlphaFlattener\DrawingContext.cs (8)
289
blend = linear.
BlendBrush
(other);
293
blend = other.
BlendBrush
(linear);
310
blend = blend.
BlendBrush
(other);
314
blend = other.
BlendBrush
(blend);
414
blend = radial.
BlendBrush
(other);
418
blend = other.
BlendBrush
(radial);
433
blend = blend.
BlendBrush
(other);
437
blend = other.
BlendBrush
(blend);
AlphaFlattener\Flattener.cs (3)
520
gi.Brush = bi.
BlendBrush
(bj);
696
blendedBrush = under.
BlendBrush
(blendedBrush);
700
blendedPenBrush = under.
BlendBrush
(blendedPenBrush);
AlphaFlattener\Primitive.cs (3)
1198
return brushA.
BlendBrush
(b);
1236
g.Brush = color.
BlendBrush
(g.Brush);
1244
g.Pen.StrokeBrush = color.
BlendBrush
(g.Pen.StrokeBrush);