Re: CSS Color functions

2023-01-17 Thread Scott Palmer
I don't disagree. It's a minor thing that I can workaround for now. I would like to see improved support for CSS standards though. From the little reading I did, it seems full CSS compliance would be very complex, so I'm not sure what level of support to expect in JavaFX. Standard functions for de

Re: CSS Color functions

2023-01-17 Thread Michael Strauß
I don't think it makes a lot of sense to add even more non-standard functions to JavaFX CSS. Instead we should work towards bringing our implementation closer to the web standard. You wrote that it might not be worth to wait for the standard; does that mean that you'd get a lot of value from this p

Re: CSS Color functions

2023-01-17 Thread John Hendrikx
It would be nice to support something like LESS (https://lesscss.org/). I've integrated a LESS parser in my personal project that takes .less files and converts them to CSS before giving them to JavaFX.  This allows me to use functions like "fade" and "lighten":     -fx-background-color: fade