cef_menu_model_t.get_color

Returns in |color| the color that was explicitly set for |command_id| and |color_type|. If a color was not set then 0 will be returned in |color|. Returns true (1) on success.

struct cef_menu_model_t
extern (System)
int function(cef_menu_model_t* self, int command_id, cef_menu_color_type_t color_type, cef_color_t* color) nothrow get_color;

Meta