|
7 | 7 | <PropertyGroup>
|
8 | 8 | <Title>Windows Community Toolkit - UI Media</Title>
|
9 | 9 | <Description>
|
10 |
| - This library provides UI brushes. It is a part of the Windows Community Toolkit. |
| 10 | + This library provides UI effects which rely on Win2D. It is a part of the Windows Community Toolkit. |
11 | 11 |
|
12 |
| - Media: |
13 |
| - - AcrylicBrush: A custom Brush that that implements an acrylic effect with full control over all parameters. |
14 |
| - - BackdropBlurBrush: The BackdropBlurBrush is a Brush that blurs whatever is behind it in the application. |
15 |
| - - BackdropGammaTransferBrush: A brush which alters the colors of whatever is behind it in the application by applying a per-channel gamma transfer function. |
16 |
| - - BackdropInvertBrush: The BackdropInvertBrush is a Brush which inverts whatever is behind it in the application. |
17 |
| - - BackdropSaturationBrush: Brush which applies a SaturationEffect to the Backdrop. |
18 |
| - - BackdropSepiaBrush: Brush which applies a SepiaEffect to the Backdrop. |
19 |
| - - CanvasBrushBase: Helper Brush class to interop with Win2D Canvas calls. |
20 |
| - - ImageBlendBrush: A Brush which blends a BitmapImage to the Backdrop in a given mode. |
21 |
| - - PipelineBrush: A Brush that renders a customizable Composition/Win2D effects pipeline |
22 |
| - - RadialGradientBrush: This GradientBrush defines its Gradient as an interpolation within an Ellipse. |
23 |
| - - TilesBrush: A Brush that displays a tiled image, wrapping at the edges and endlessly repeating. |
| 12 | + AttachedCardShadow: Provides an easy-to-use, simple, and performant rounded-rectangle shadow effect. |
24 | 13 |
|
25 | 14 | Effects:
|
26 | 15 | - AcrylicEffect: A custom acrylic effect that can be inserted into a pipeline.
|
|
33 | 22 | - TileEffect: An effect that loads an image and replicates it to cover all the available surface area.
|
34 | 23 | - ExposureEffect, GrayscaleEffect, HueRotationEffect and more, mapping to Win2D effects.
|
35 | 24 |
|
| 25 | + Geometry: |
| 26 | + - CanvasPathGeometry: A class that parses Win2d Path Mini Language and converts it to CanvasGeometry, CanvasBrush, CanvasStroke, CanvasStrokeStyle or Color. |
| 27 | + |
36 | 28 | Helpers:
|
37 | 29 | - SurfaceLoader: A class that can load and draw images and other objects to Win2D surfaces and brushes.
|
38 | 30 |
|
39 |
| - PipelineBuilder: A class that allows to build custom effects pipelines and create CompositionBrush instances from them. |
| 31 | + Media: |
| 32 | + - AcrylicBrush: A custom Brush that that implements an acrylic effect with full control over all parameters. |
| 33 | + - BackdropBlurBrush: The BackdropBlurBrush is a Brush that blurs whatever is behind it in the application. |
| 34 | + - BackdropGammaTransferBrush: A brush which alters the colors of whatever is behind it in the application by applying a per-channel gamma transfer function. |
| 35 | + - BackdropInvertBrush: The BackdropInvertBrush is a Brush which inverts whatever is behind it in the application. |
| 36 | + - BackdropSaturationBrush: Brush which applies a SaturationEffect to the Backdrop. |
| 37 | + - BackdropSepiaBrush: Brush which applies a SepiaEffect to the Backdrop. |
| 38 | + - CanvasBrushBase: Helper Brush class to interop with Win2D Canvas calls. |
| 39 | + - ImageBlendBrush: A Brush which blends a BitmapImage to the Backdrop in a given mode. |
| 40 | + - PipelineBrush: A Brush that renders a customizable Composition/Win2D effects pipeline |
| 41 | + - RadialGradientBrush: This GradientBrush defines its Gradient as an interpolation within an Ellipse. |
| 42 | + - TilesBrush: A Brush that displays a tiled image, wrapping at the edges and endlessly repeating. |
40 | 43 |
|
41 |
| - Geometry: |
42 |
| - - CanvasPathGeometry: A class that parses Win2d Path Mini Language and converts it to CanvasGeometry, CanvasBrush, CanvasStroke, CanvasStrokeStyle or Color. |
| 44 | + PipelineBuilder: A class that allows to build custom effects pipelines and create CompositionBrush instances from them. |
43 | 45 | </Description>
|
44 |
| - <PackageTags>UI;XAML;Acrylic;Brushes;Blur;Effects;Canvas;Geometry</PackageTags> |
| 46 | + <PackageTags>UI;XAML;Acrylic;Brushes;Blur;Effects;Canvas;Geometry;Shadow;Shadows;Animation</PackageTags> |
45 | 47 | </PropertyGroup>
|
46 | 48 |
|
47 | 49 | <ItemGroup>
|
|
0 commit comments