3 overrides of BlendOpacityMaskWithColor
ReachFramework (3)
AlphaFlattener\Primitive.cs (3)
1221public override Primitive BlendOpacityMaskWithColor(BrushProxy color) 1883public override Primitive BlendOpacityMaskWithColor(BrushProxy color) 2049public override Primitive BlendOpacityMaskWithColor(BrushProxy color)
2 references to BlendOpacityMaskWithColor
ReachFramework (2)
AlphaFlattener\BrushProxy.cs (1)
1798b._drawing = drawing.BlendOpacityMaskWithColor(BrushProxy.CreateColorBrush(color));
AlphaFlattener\Primitive.cs (1)
2057c.Children.Add(p.BlendOpacityMaskWithColor(color));