21 references to BlendBrush
ReachFramework (21)
AlphaFlattener\BrushProxy.cs (7)
579
BrushProxy result = this.
BlendBrush
(om);
2151
b = b.
BlendBrush
(_brushList[0] as BrushProxy);
2177
b.
BlendBrush
(bp).AddTo(list); // Blend current with first in list
2181
bp.
BlendBrush
(b).AddTo(list); // Blend current with last in list
3223
return one.
BlendBrush
(two);
3246
return brushB.
BlendBrush
(BrushProxy.CreateColorBrush(colorA));
3250
return BrushProxy.CreateColorBrush(colorA).
BlendBrush
(brushB);
AlphaFlattener\DrawingContext.cs (8)
292
blend = linear.
BlendBrush
(other);
296
blend = other.
BlendBrush
(linear);
313
blend = blend.
BlendBrush
(other);
317
blend = other.
BlendBrush
(blend);
417
blend = radial.
BlendBrush
(other);
421
blend = other.
BlendBrush
(radial);
436
blend = blend.
BlendBrush
(other);
440
blend = other.
BlendBrush
(blend);
AlphaFlattener\Flattener.cs (3)
527
gi.Brush = bi.
BlendBrush
(bj);
703
blendedBrush = under.
BlendBrush
(blendedBrush);
707
blendedPenBrush = under.
BlendBrush
(blendedPenBrush);
AlphaFlattener\Primitive.cs (3)
1202
return brushA.
BlendBrush
(b);
1240
g.Brush = color.
BlendBrush
(g.Brush);
1248
g.Pen.StrokeBrush = color.
BlendBrush
(g.Pen.StrokeBrush);