Skip to content

Custom colors are not honoured #53

@eltos

Description

@eltos

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions