On Thu, 5 Jun 2025 00:50:30 GMT, Michael Strauß <mstra...@openjdk.org> wrote:

>> Implementation of 
>> [`StageStyle.EXTENDED`](https://gist.github.com/mstr2/0befc541ee7297b6db2865cc5e4dbd09).
>
> Michael Strauß has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   rename WindowManager to DesktopEnvironment

Yeah, just looking into this which will apply dark or not:


    private boolean isDarkBackground(Paint paint) {
        return paint != null && Utils.calculateAverageBrightness(paint) < 
(double)0.5F;
    }


Thanks!

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2951391836

Reply via email to