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