From 2d5c611ed80efbf9a85e17afebb0600d8ce0177d Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 23 Jul 2023 08:33:54 +0100 Subject: [PATCH] add button color example to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b338122..de50a48 100644 --- a/README.md +++ b/README.md @@ -380,12 +380,13 @@ The following properties are available. - `state`: boolean - `stateonly`: boolean - `trigger`: boolean +- `color`: int, from 0 to 8 example: ```python vm.button[37].state = True -vm.button[55].trigger = False +vm.button[4].color = 1 ``` ### Recorder