Uno.CommunityToolkit.WinUI.UI.Media 7.1.100-dev.15.g12261e2626

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Uno.CommunityToolkit.WinUI.UI.Media.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Uno.CommunityToolkit.WinUI.UI.Media --version 7.1.100-dev.15.g12261e2626
NuGet\Install-Package Uno.CommunityToolkit.WinUI.UI.Media -Version 7.1.100-dev.15.g12261e2626
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Uno.CommunityToolkit.WinUI.UI.Media" Version="7.1.100-dev.15.g12261e2626" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Uno.CommunityToolkit.WinUI.UI.Media --version 7.1.100-dev.15.g12261e2626
#r "nuget: Uno.CommunityToolkit.WinUI.UI.Media, 7.1.100-dev.15.g12261e2626"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Uno.CommunityToolkit.WinUI.UI.Media as a Cake Addin
#addin nuget:?package=Uno.CommunityToolkit.WinUI.UI.Media&version=7.1.100-dev.15.g12261e2626&prerelease

// Install Uno.CommunityToolkit.WinUI.UI.Media as a Cake Tool
#tool nuget:?package=Uno.CommunityToolkit.WinUI.UI.Media&version=7.1.100-dev.15.g12261e2626&prerelease

This library provides UI effects which rely on Win2D. It is a part of the Windows Community Toolkit.

     AttachedCardShadow: Provides an easy-to-use, simple, and performant rounded-rectangle shadow effect.

     Effects:
     - AcrylicEffect: A custom acrylic effect that can be inserted into a pipeline.
     - BackdropEffect: A backdrop effect that can sample from a specified source.
     - BlendEffect: A blend effect that merges the current pipeline with an input one.
     - BlurEffect: A gaussian blur effect.
     - ImageEffect: An effect which displays an image loaded as a Win2D surface.
     - ShadeEffect: An effect that overlays a color layer over the current pipeline, with a specified intensity.
     - SolidColorEffect: An effect that renders a standard 8bit SDR color on the available surface.
     - TileEffect: An effect that loads an image and replicates it to cover all the available surface area.
     - ExposureEffect, GrayscaleEffect, HueRotationEffect and more, mapping to Win2D effects.

     Geometry:
     - CanvasPathGeometry: A class that parses Win2d Path Mini Language and converts it to CanvasGeometry, CanvasBrush, CanvasStroke, CanvasStrokeStyle or Color.

     Helpers:
     - SurfaceLoader: A class that can load and draw images and other objects to Win2D surfaces and brushes.

     Media:
     - AcrylicBrush: A custom Brush that that implements an acrylic effect with full control over all parameters.
     - BackdropBlurBrush: The BackdropBlurBrush is a Brush that blurs whatever is behind it in the application.
     - BackdropGammaTransferBrush: A brush which alters the colors of whatever is behind it in the application by applying a per-channel gamma transfer function.
     - BackdropInvertBrush: The BackdropInvertBrush is a Brush which inverts whatever is behind it in the application.
     - BackdropSaturationBrush: Brush which applies a SaturationEffect to the Backdrop.
     - BackdropSepiaBrush: Brush which applies a SepiaEffect to the Backdrop.
     - CanvasBrushBase: Helper Brush class to interop with Win2D Canvas calls.
     - ImageBlendBrush: A Brush which blends a BitmapImage to the Backdrop in a given mode.
     - PipelineBrush: A Brush that renders a customizable Composition/Win2D effects pipeline
     - RadialGradientBrush: This GradientBrush defines its Gradient as an interpolation within an Ellipse.
     - TilesBrush: A Brush that displays a tiled image, wrapping at the edges and endlessly repeating.

     PipelineBuilder: A class that allows to build custom effects pipelines and create CompositionBrush instances from them.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-android31.0 is compatible.  net6.0-ios was computed.  net6.0-ios15.2 is compatible.  net6.0-maccatalyst was computed.  net6.0-maccatalyst15.2 is compatible.  net6.0-macos was computed.  net6.0-macos12.1 is compatible.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid11.0 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed.  xamarinmac20 is compatible. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Uno.CommunityToolkit.WinUI.UI.Media:

Repository Stars
2fast-team/2fast
Two-Factor Authenticator Supporting TOTP (Windows 10 & Android, iOS, Linux and macOS App)
Version Downloads Last updated
7.1.200 201 11/13/2023
7.1.200-gcc80193f55 83 11/11/2023
7.1.200-dev.22.ge8da8f7c3c 53 11/21/2023
7.1.200-dev.16.g49756d9ac4 88 10/18/2023
7.1.200-dev.13.gef3f523648 74 8/15/2023
7.1.200-dev.6.gf657bb2e91 80 6/28/2023
7.1.100 617 11/2/2022
7.1.100-dev.15.g12261e2626 159 3/23/2022
7.1.100-dev.7.g758154cb81 182 11/30/2021