katie-snow / QtPyUltimarc

Python and QML tool for configuring Ultimarc USB devices.
GNU General Public License v3.0
12 stars 1 forks source link

Enhance RGB regex check, convert values to int and add logging. #3

Closed robabram closed 3 years ago

robabram commented 3 years ago

RGB regex now supports the following arguments to the --set-color command; "123,123,123" "123, 123, 123" "RGB(123,123,123)" "RGB(123, 123,123)" "rgb(123,123,123)"

katie-snow commented 3 years ago

Reviewed.