iced-yoda/src
Greg V a65d6a11cb Add custom window background/clear color (incl. transparency) support, fixes #272
wgpu would currently ignore the alpha: https://github.com/gfx-rs/wgpu/issues/687

glow (and naively patched wgpu) requires premultiplied alpha, so if you don't
multiply the RGB by the A right now, the semi-transparent color would be wrong
(too bright).

winit with_transparent doesn't seem necessary.
2020-06-01 21:31:19 +03:00
..
window Expose window::Mode in iced 2020-01-16 05:54:22 +01:00
application.rs Add custom window background/clear color (incl. transparency) support, fixes #272 2020-06-01 21:31:19 +03:00
element.rs Introduce feature flags to enable iced_glow 2020-05-27 05:05:13 +02:00
executor.rs Improve docs for Sandbox and Application 2020-04-02 03:44:14 +02:00
keyboard.rs Remove inconsistent input module in iced_native 2020-04-30 05:04:45 +02:00
lib.rs Introduce feature flags to enable iced_glow 2020-05-27 05:05:13 +02:00
mouse.rs Rename MouseCursor to mouse::Interaction 2020-04-30 08:16:38 +02:00
sandbox.rs Mention flags are not supported by Sandbox 2020-04-15 07:56:25 +02:00
settings.rs Add custom window background/clear color (incl. transparency) support, fixes #272 2020-06-01 21:31:19 +03:00
time.rs Implement time::every in iced_futures 2020-04-30 05:37:44 +02:00
widget.rs Introduce feature flags to enable iced_glow 2020-05-27 05:05:13 +02:00
window.rs Expose window::Mode in iced 2020-01-16 05:54:22 +01:00