iced-yoda/wgpu/src
Héctor Ramón Jiménez faa7627ea4
Introduce web-colors feature flag to enable sRGB linear blending
This is how browsers perform color management. They treat
gamma-corrected sRGB colors as if they were linear RGB.

Correctness aside, this mode is introduced for legacy reasons. Most
UI/UX tooling uses this color management as well, and many have created
an intuition about how color should behave from interacting with a
browser.

This feature flag should facilitate application development with `iced`
in those cases.

More details: https://webcolorisstillbroken.com/
2023-05-31 21:31:58 +02:00
..
image Remove dbg! leftovers in image::atlas 2023-05-11 20:19:37 +02:00
layer Move layer::quad types to quad module 2023-05-30 01:08:34 +02:00
quad Introduce web-colors feature flag to enable sRGB linear blending 2023-05-31 21:31:58 +02:00
shader Added support for gradients as background variants + other optimizations. 2023-05-11 11:13:44 -07:00
triangle Merge branch 'master' into advanced-text 2023-04-17 23:41:12 +02:00
window Introduce web-colors feature flag to enable sRGB linear blending 2023-05-31 21:31:58 +02:00
backend.rs Introduce web-colors feature flag to enable sRGB linear blending 2023-05-31 21:31:58 +02:00
buffer.rs Added support for gradients as background variants + other optimizations. 2023-05-11 11:13:44 -07:00
geometry.rs Introduce web-colors feature flag to enable sRGB linear blending 2023-05-31 21:31:58 +02:00
image.rs Merge pull request #1846 from bungoboingo/feat/background-gradients 2023-05-19 04:37:58 +02:00
layer.rs Introduce web-colors feature flag to enable sRGB linear blending 2023-05-31 21:31:58 +02:00
lib.rs Merge pull request #1846 from bungoboingo/feat/background-gradients 2023-05-19 04:37:58 +02:00
quad.rs Introduce web-colors feature flag to enable sRGB linear blending 2023-05-31 21:31:58 +02:00
settings.rs Use *_from_env helpers from wgpu in iced_wgpu 2023-04-08 06:14:25 +02:00
text.rs Introduce web-colors feature flag to enable sRGB linear blending 2023-05-31 21:31:58 +02:00
triangle.rs Avoid redundant buffer::Buffer import 2023-05-19 04:02:18 +02:00
window.rs Introduce iced_renderer subcrate featuring runtime renderer fallback 2023-02-24 23:24:48 +01:00