chromiumembedded / java-cef

Java Chromium Embedded Framework (JCEF). A simple framework for embedding Chromium-based browsers in other applications using the Java programming language.
https://bitbucket.org/chromiumembedded/java-cef
Other
648 stars 142 forks source link

Public Constructor for ColorType #440

Closed n1klas4008 closed 1 year ago

n1klas4008 commented 1 year ago

Currently there will always be a white flash as that is the default background color that we cant change. This change allows initialization of the ColorType class which is required to set background_color in CefSettings.java which will allow changing the background color to avoid the white flash.