cef_request_context_t.get_chrome_color_scheme_mode

Returns the current Chrome color scheme mode (SYSTEM, LIGHT or DARK). Must be called on the browser process UI thread.

struct cef_request_context_t
extern (System)
cef_color_variant_t function(cef_request_context_t* self) nothrow get_chrome_color_scheme_mode;

Meta