3 overrides of BlendOpacityMaskWithColor
ReachFramework (3)
AlphaFlattener\Primitive.cs (3)
1224public override Primitive BlendOpacityMaskWithColor(BrushProxy color) 1882public override Primitive BlendOpacityMaskWithColor(BrushProxy color) 2048public override Primitive BlendOpacityMaskWithColor(BrushProxy color)
2 references to BlendOpacityMaskWithColor
ReachFramework (2)
AlphaFlattener\BrushProxy.cs (1)
1803b._drawing = drawing.BlendOpacityMaskWithColor(BrushProxy.CreateColorBrush(color));
AlphaFlattener\Primitive.cs (1)
2056c.Children.Add(p.BlendOpacityMaskWithColor(color));