Results 10 comments of Ratish Philip

@Knagis Hi, First of all, this is an awesome project. Great work! Just wanted to know if there is any possibility of including the **tables** feature in the near future.

@nmetulev When I run your example, I get a black screen. But when I comment the following line in the code ``` C# var effect = await _mediaCapture.AddVideoEffectAsync( new VideoEffectDefinition(typeof(TheEffect).FullName),...

@nmetulev Yes this is still happening in the latest build (14977). According to [this](https://github.com/Microsoft/Win2D/issues/446#issuecomment-264243043), the bug is yet to be fixed.

I have implemented this effect in the ColorShadow control in CompositionProToolkit v1.0.1. Here are the [details](https://wpfspark.wordpress.com/2020/05/29/compositionprotoolkit-v1-0-released/).

Hi @lturek, I am not sure if I fully understand your question here... do you have a sample project which can replicate this issue? Another thing... have you considered overriding...

Hi @idanmaman2, Could you please tell me which version of Windows you are using?

Hi @michael-hawker , thanks for your comments. Yes I had seen the `CanvasBrushBase` class, but it was not aligning to the requirements of the RenderSurface brushes. My primary goal was...

@michael-hawker that should be fine. Hopefully I can finish off documentation by then. 😀

> @michael-hawker that should be fine. Hopefully I can finish off documentation by then. 😀 @michael-hawker @Sergio0694 I have completed and uploaded the documentation. 😅 The PR can be found...