21 references to BlendBrush
ReachFramework (21)
AlphaFlattener\BrushProxy.cs (7)
575
BrushProxy result = this.
BlendBrush
(om);
2147
b = b.
BlendBrush
(_brushList[0] as BrushProxy);
2173
b.
BlendBrush
(bp).AddTo(list); // Blend current with first in list
2177
bp.
BlendBrush
(b).AddTo(list); // Blend current with last in list
3219
return one.
BlendBrush
(two);
3242
return brushB.
BlendBrush
(BrushProxy.CreateColorBrush(colorA));
3246
return BrushProxy.CreateColorBrush(colorA).
BlendBrush
(brushB);
AlphaFlattener\DrawingContext.cs (8)
288
blend = linear.
BlendBrush
(other);
292
blend = other.
BlendBrush
(linear);
309
blend = blend.
BlendBrush
(other);
313
blend = other.
BlendBrush
(blend);
413
blend = radial.
BlendBrush
(other);
417
blend = other.
BlendBrush
(radial);
432
blend = blend.
BlendBrush
(other);
436
blend = other.
BlendBrush
(blend);
AlphaFlattener\Flattener.cs (3)
522
gi.Brush = bi.
BlendBrush
(bj);
698
blendedBrush = under.
BlendBrush
(blendedBrush);
702
blendedPenBrush = under.
BlendBrush
(blendedPenBrush);
AlphaFlattener\Primitive.cs (3)
1197
return brushA.
BlendBrush
(b);
1235
g.Brush = color.
BlendBrush
(g.Brush);
1243
g.Pen.StrokeBrush = color.
BlendBrush
(g.Pen.StrokeBrush);