Skip to content

BlurLayout#setAlpha is useless #41

@fython

Description

@fython

I want to make a simple fade animation with BlurLayout. But I found BlurLayout#setAlpha(float) is useless.

Then I search out the reason why my alpha settings wasn't applied:

BlurLayout.java#L282

BlurLayout.java#L461

It might not a good idea that restore alpha value to the fixed value (1.0) after finishing eval blurred image.

Possible solutions

Can we provide an attribute for the final alpha value, or save the current value before setting alpha value to zero?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions