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