9 references to BlendColorWithBrush
ReachFramework (9)
AlphaFlattener\BrushProxy.cs (2)
865
return
BlendColorWithBrush
(_opacityOnly, Utility.Scale(sA.Color, _opacity), brushB, false);
872
return
BlendColorWithBrush
(brushB._opacityOnly, Utility.Scale(sB.Color, brushB._opacity), this, true);
AlphaFlattener\DrawingContext.cs (7)
303
blend = BrushProxy.
BlendColorWithBrush
(false, color, other, !pre);
307
blend = BrushProxy.
BlendColorWithBrush
(false, color, saveMask, false);
428
blend = BrushProxy.
BlendColorWithBrush
(false, color, other, !pre);
432
blend = BrushProxy.
BlendColorWithBrush
(false, color, saveMask, false);
709
brush = BrushProxy.
BlendColorWithBrush
(false, Colors.White, brush, false);
769
strokeBrush = BrushProxy.
BlendColorWithBrush
(false, Colors.White, strokeBrush, false);
934
BrushProxy bp = BrushProxy.
BlendColorWithBrush
(false, Colors.White, foreground, false);