9 references to BlendColorWithBrush
ReachFramework (9)
AlphaFlattener\BrushProxy.cs (2)
862
return
BlendColorWithBrush
(_opacityOnly, Utility.Scale(sA.Color, _opacity), brushB, false);
869
return
BlendColorWithBrush
(brushB._opacityOnly, Utility.Scale(sB.Color, brushB._opacity), this, true);
AlphaFlattener\DrawingContext.cs (7)
301
blend = BrushProxy.
BlendColorWithBrush
(false, color, other, !pre);
305
blend = BrushProxy.
BlendColorWithBrush
(false, color, saveMask, false);
426
blend = BrushProxy.
BlendColorWithBrush
(false, color, other, !pre);
430
blend = BrushProxy.
BlendColorWithBrush
(false, color, saveMask, false);
707
brush = BrushProxy.
BlendColorWithBrush
(false, Colors.White, brush, false);
767
strokeBrush = BrushProxy.
BlendColorWithBrush
(false, Colors.White, strokeBrush, false);
932
BrushProxy bp = BrushProxy.
BlendColorWithBrush
(false, Colors.White, foreground, false);