cef_request_context_t.set_chrome_color_scheme

Sets the Chrome color scheme for all browsers that share this request context. |variant| values of SYSTEM, LIGHT and DARK change the underlying color mode (e.g. light vs dark). Other |variant| values determine how |user_color| will be applied in the current color mode. If |user_color| is transparent (0) the default color will be used.

struct cef_request_context_t
extern (System)
void function(cef_request_context_t* self, cef_color_variant_t variant, cef_color_t user_color) nothrow set_chrome_color_scheme;

Meta