We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have build and test x64 versione of 129,130,131, I use a sample webpage , ver111 is work fine.
my code is like this: CefSettings cSettings; CefSettingsTraits::init( &cSettings); cSettings.multi_threaded_message_loop = true; cSettings.no_sandbox = 1; cSettings.background_color = CefColorSetARGB(0xff, GetRValue(crBackGround), GetGValue(crBackGround), GetBValue(crBackGround));
CefBrowserSettings browserSettings; browserSettings.webgl = STATE_ENABLED; browserSettings.background_color = CefColorSetARGB(0xff, 255, 0, 0);
the webpage background color is always white. how to change the backgournd clolr thanks!!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have build and test x64 versione of 129,130,131,
I use a sample webpage , ver111 is work fine.
my code is like this:
CefSettings cSettings;
CefSettingsTraits::init( &cSettings);
cSettings.multi_threaded_message_loop = true;
cSettings.no_sandbox = 1;
cSettings.background_color = CefColorSetARGB(0xff, GetRValue(crBackGround), GetGValue(crBackGround), GetBValue(crBackGround));
the webpage background color is always white.
how to change the backgournd clolr
thanks!!!
The text was updated successfully, but these errors were encountered: