Similar to #673 and #672
Imagine being able to choose a color (a background, or the color of the shadow in OutlineObjectEffect) as a setting. It is not that hard, because we have the color picker dialog. We'd just have to adapt it.
The backing value could be of type ColorBgra (or some other type we choose, but in my opinion, it would make less sense than ColorBgra).
It's worth mentioning that some of Jerry Huxtable's filters (mentioned in #1464) have color-typed settings, so implementing this would be immediately useful for porting Huxtable's filters.
Similar to #673 and #672
Imagine being able to choose a color (a background, or the color of the shadow in
OutlineObjectEffect) as a setting. It is not that hard, because we have the color picker dialog. We'd just have to adapt it.The backing value could be of type
ColorBgra(or some other type we choose, but in my opinion, it would make less sense thanColorBgra).It's worth mentioning that some of Jerry Huxtable's filters (mentioned in #1464) have color-typed settings, so implementing this would be immediately useful for porting Huxtable's filters.