-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
In preferences, the user has the option to assign custom colors.
However, these RGB values are not used as-is, but converted to HSV, then the saturation is set to 100%, and then converted back to RGB:
For example here:
hsv = this.#getNewColour(container.isSent); // returns convertRGBtoHSV(...)
colour = this.#getColour(hsv.hue, 100, hsv.value);This is not only counter-intuitive and confusing, but also limits the color space one can use.
From a user perspective, the color set in preferences should be used as-is.
Related: #22
Metadata
Metadata
Assignees
Labels
No labels