config: make the blend space configurable
This commit is contained in:
parent
991b212120
commit
39c770f6e2
20 changed files with 257 additions and 15 deletions
|
|
@ -777,6 +777,9 @@ impl Output {
|
|||
if let Some(brightness) = self.brightness {
|
||||
c.set_brightness(brightness);
|
||||
}
|
||||
if let Some(bs) = self.blend_space {
|
||||
c.set_blend_space(bs);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue