You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was fiddling around and implementing a color gradient feature.
It is still unfinished though and I would like to hear your ideas.
I wanted to add the option to have a gradient to the background and progress bar.
Basically we have a list a colors that are put in a cairo_pattern_t.
If there is only one color the behavior is the same as it is now.
For the syntax of I was thinking of one of the following
I'm just seeing this now. If you want me to react, you can tag me.
The gradient looks cool. Currently the color of the progress bar is called the highlight color. You can expand that one to also accept a list.
I'm just seeing this now. If you want me to react, you can tag me.
The gradient looks cool. Currently the color of the progress bar is called the highlight color. You can expand that one to also accept a list.
Hello, I was fiddling around and implementing a color gradient feature.
It is still unfinished though and I would like to hear your ideas.
I wanted to add the option to have a gradient to the background and progress bar.
Basically we have a list a colors that are put in a
cairo_pattern_t
.If there is only one color the behavior is the same as it is now.
For the syntax of I was thinking of one of the following
or
background = red, green, blue
Example:
The text was updated successfully, but these errors were encountered: