Feature Request
Describe the solution / feature you'd like
Let's say we have an icon with some image, but we need to display it in different colors (green, yellow, red) depending on the value.
We call the service icon_set_color(icon_name, r ,g ,b) which changes all significant points of the icon to the specified color. Those. instead of three (or more) icons, we only need one, and we can display it in different colors.
Feature Request
Describe the solution / feature you'd like
Let's say we have an icon with some image, but we need to display it in different colors (green, yellow, red) depending on the value.
We call the service
icon_set_color(icon_name, r ,g ,b)which changes all significant points of the icon to the specified color. Those. instead of three (or more) icons, we only need one, and we can display it in different colors.