shaders: Premultiply alpha
This commit is contained in:
parent
24d3b794fe
commit
53c6af5b21
2 changed files with 12 additions and 3 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue