Closed ElSrJuez closed 3 years ago
fromHEX
was added in the latest git version, but hasn't been included in a pypi release yet. To install the latest git version, you will have to uninstall openrgb-python
and then install with the instructions in the README for the newest version.
I am getting an error when trying to convert a HEX string to
RGBColor
using the provided methodfromHEX
:In addition, in VSCode IntelliSense doesnt show the
fromHEX
method, even though interestingly enough it does showfromHSV
correctly