cef_menu_model_t.set_color_at

Set the explicit color for |command_id| and |index| to |color|. Specify a |color| value of 0 to remove the explicit color. Specify an |index| value of -1 to set the default color for items that do not have an explicit color set. If no explicit color or default color is set for |color_type| then the system color will be used. Returns true (1) on success.

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

Meta