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

TIPE: Layer "opacity" control #104

Open
olofson opened this issue Oct 2, 2016 · 0 comments
Open

TIPE: Layer "opacity" control #104

olofson opened this issue Oct 2, 2016 · 0 comments
Labels

Comments

@olofson
Copy link
Owner

olofson commented Oct 2, 2016

Add a GIMP/PhotoShop style layer opacity control, which sets the balance between the original target image, and the target image with the layer fully applied.

For the "normal" blend mode, the "opacity" parameter would literally be opacity (alpha).

For "multiply", it controls the depth of modulation, where 0 means "unaffected", or mathematically, replacing the layer with all white.

For "add" mode, "opacity" is multiplied with the layer channels, so that 0 makes the layer all black (which means no effect when adding), and 1 leaves the layer channels unaffected, and thus, fully applied.

It would probably be useful to allow "opacity" values outside the [0, 1] range.

@olofson olofson added the feature label Oct 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant