Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding saturation and a simpler way to add more effects #1021

Merged
merged 6 commits into from
Mar 16, 2017
Merged

Adding saturation and a simpler way to add more effects #1021

merged 6 commits into from
Mar 16, 2017

Conversation

shenchauhan
Copy link
Contributor

A simpler way to add effects. I've added saturation as an example and moved blur to follow too. It should also solve #919

```xml

<interactivity:Interaction.Behaviors>
<behaviors:Blur x:Name="SaturationBehavior"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blur?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good spot! updated.

@deltakosh deltakosh requested a review from nmetulev March 13, 2017 22:11
Copy link
Contributor

@nmetulev nmetulev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just couple comment typos

public class Saturation : CompositionBehaviorBase
{
/// <summary>
/// The Blur value of the associated object
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be Saturation in the comments?

/// Gets or sets the Blur.
/// </summary>
/// <value>
/// The Blur.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Correcting typos
@shenchauhan
Copy link
Contributor Author

updating the typos. Good spot.

@nmetulev nmetulev merged commit c715b87 into CommunityToolkit:dev Mar 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants