Skip to content

Commit

Permalink
AlphaMaskEffect, CrossFadeEffect, OpacityEffect, and TintEffect are n…
Browse files Browse the repository at this point in the history
…o longer experimental APIs
  • Loading branch information
shawnhar committed Nov 29, 2016
1 parent ab2bc30 commit 258152f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion winrt/docsrc/effects/AlphaMaskEffect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
</assembly>
<members>

<member name="T:Microsoft.Graphics.Canvas.Effects.AlphaMaskEffect" Win10_14393="true" Experimental="true">
<member name="T:Microsoft.Graphics.Canvas.Effects.AlphaMaskEffect" Win10_14393="true">
<summary>
Changes the opacity of an image by applying an alpha mask from a second image.
</summary>
Expand Down
2 changes: 1 addition & 1 deletion winrt/docsrc/effects/CrossFadeEffect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
</assembly>
<members>

<member name="T:Microsoft.Graphics.Canvas.Effects.CrossFadeEffect" Win10_14393="true" Experimental="true">
<member name="T:Microsoft.Graphics.Canvas.Effects.CrossFadeEffect" Win10_14393="true">
<summary>
Cross-fades (interpolates) between two images.
</summary>
Expand Down
2 changes: 1 addition & 1 deletion winrt/docsrc/effects/OpacityEffect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
</assembly>
<members>

<member name="T:Microsoft.Graphics.Canvas.Effects.OpacityEffect" Win10_14393="true" Experimental="true">
<member name="T:Microsoft.Graphics.Canvas.Effects.OpacityEffect" Win10_14393="true">
<summary>
Changes the opacity (alpha) of an image.
</summary>
Expand Down
2 changes: 1 addition & 1 deletion winrt/docsrc/effects/TintEffect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
</assembly>
<members>

<member name="T:Microsoft.Graphics.Canvas.Effects.TintEffect" Win10_14393="true" Experimental="true">
<member name="T:Microsoft.Graphics.Canvas.Effects.TintEffect" Win10_14393="true">
<summary>
Tints an image using a specified color value.
</summary>
Expand Down

0 comments on commit 258152f

Please sign in to comment.