TimeLineAnnotator / desktop

A GUI for graphical analysis and annotation of video and audio files.
https://tilia-app.com
Creative Commons Attribution Share Alike 4.0 International
8 stars 2 forks source link

Used color seems to be darker than the chosen one when changing hierarchy to custom color #107

Closed azfoo closed 1 month ago

azfoo commented 1 month ago

Pretty sure the used color is not darker than the chosen color, but the index for colors starts at 0 whereas the index for levels starts at 1, so the 0th color is never used. Would you like me to fix that?

FelipeDefensor commented 1 month ago

Did you check the colors when setting them using Right click > change color? That's when the difference occurs. The previous title did not make that clear.

As an example, if we choose this color which looks like pure white:

choice

We get a hierarchy that's clearly gray (even when deselected).

result

FelipeDefensor commented 1 month ago

About the color indexing, yes, let's fix that.

Also, I think we should go with some orange for the first level to match the logo. I suggest something like #ff964f to match the current pastel palette. The green that's in the currently unused first level could come after that.