Image blurRadius #2631
Labels
API: Completion
Area: Image
Deliverable
Major item tracked for top-level planning in ADO
Partner: Facebook
Milestone
Split out from #2111
https://facebook.github.io/react-native/docs/image#blurradius
Not directly supported by Image element. Would need to drop down the Composition for this. One possible proposal (using RS2 APIs):
-Create a XamlCompositionBrushBbase and use this to fill the background of a Panel (eg Canvas)
-The XCBB would create a Composition EffectBrush for the blur, and a LoadedImageSurface as the input.
Use GaussianBlurEffect and CompositionEffectBrush in ReactImage
The text was updated successfully, but these errors were encountered: