cef_request_context_t.get_chrome_color_scheme_color

Returns the current Chrome color scheme color, or transparent (0) for the default color. Must be called on the browser process UI thread.

struct cef_request_context_t
extern (System)
cef_color_t function(cef_request_context_t* self) nothrow get_chrome_color_scheme_color;

Meta