mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-24 20:00:47 +00:00
add button color example to readme
This commit is contained in:
parent
46e7ffe478
commit
2d5c611ed8
@ -380,12 +380,13 @@ The following properties are available.
|
|||||||
- `state`: boolean
|
- `state`: boolean
|
||||||
- `stateonly`: boolean
|
- `stateonly`: boolean
|
||||||
- `trigger`: boolean
|
- `trigger`: boolean
|
||||||
|
- `color`: int, from 0 to 8
|
||||||
|
|
||||||
example:
|
example:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
vm.button[37].state = True
|
vm.button[37].state = True
|
||||||
vm.button[55].trigger = False
|
vm.button[4].color = 1
|
||||||
```
|
```
|
||||||
|
|
||||||
### Recorder
|
### Recorder
|
||||||
|
Loading…
Reference in New Issue
Block a user