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