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

Expose OrderedFloat #869

Closed
wants to merge 1 commit into from
Closed

Expose OrderedFloat #869

wants to merge 1 commit into from

Conversation

bigfoodK
Copy link
Contributor

To use

Paint::new(Color::BLACK).set_image_filter(ImageFilter::Blur {
    sigma_xy: Xy::single(OrderedFloat(16.0)),
    //                    ^^^^^^^^^^^^^^
    tile_mode: Some(TileMode::Mirror),
    input: None,
    crop_rect: None,
}),

@bigfoodK bigfoodK requested a review from namse June 22, 2024 22:10
@bigfoodK bigfoodK self-assigned this Jun 22, 2024
@bigfoodK bigfoodK enabled auto-merge (squash) June 22, 2024 22:21
@namse
Copy link
Contributor

namse commented Jun 23, 2024

You can use Into I guess?

@bigfoodK
Copy link
Contributor Author

That's true. thx!

@bigfoodK bigfoodK closed this Jun 23, 2024
auto-merge was automatically disabled June 23, 2024 08:31

Pull request was closed

@bigfoodK bigfoodK deleted the skia/expose-ordered-float branch June 23, 2024 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants