shaders: Premultiply alpha

This commit is contained in:
Victoria Brekenfeld 2023-06-01 17:03:55 +02:00
parent 24d3b794fe
commit 53c6af5b21
2 changed files with 12 additions and 3 deletions

View file

@ -634,7 +634,7 @@ impl Workspace {
self.backdrop_id.clone(),
zone,
0.,
alpha * 0.65,
alpha * 0.85,
[0.0, 0.0, 0.0],
))
.into(),