video: allow configuring the output brightness
This commit is contained in:
parent
7d0c9e2c3f
commit
27025a565c
19 changed files with 343 additions and 40 deletions
|
|
@ -538,6 +538,10 @@ pub enum ClientMessage<'a> {
|
|||
color_space: ColorSpace,
|
||||
transfer_function: TransferFunction,
|
||||
},
|
||||
ConnectorSetBrightness {
|
||||
connector: Connector,
|
||||
brightness: Option<f64>,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue