9 references to BlendColorWithBrush
ReachFramework (9)
AlphaFlattener\BrushProxy.cs (2)
858
return
BlendColorWithBrush
(_opacityOnly, Utility.Scale(sA.Color, _opacity), brushB, false);
865
return
BlendColorWithBrush
(brushB._opacityOnly, Utility.Scale(sB.Color, brushB._opacity), this, true);
AlphaFlattener\DrawingContext.cs (7)
300
blend = BrushProxy.
BlendColorWithBrush
(false, color, other, !pre);
304
blend = BrushProxy.
BlendColorWithBrush
(false, color, saveMask, false);
425
blend = BrushProxy.
BlendColorWithBrush
(false, color, other, !pre);
429
blend = BrushProxy.
BlendColorWithBrush
(false, color, saveMask, false);
706
brush = BrushProxy.
BlendColorWithBrush
(false, Colors.White, brush, false);
766
strokeBrush = BrushProxy.
BlendColorWithBrush
(false, Colors.White, strokeBrush, false);
931
BrushProxy bp = BrushProxy.
BlendColorWithBrush
(false, Colors.White, foreground, false);