cef_menu_model_t.get_color_at

Returns in |color| the color that was explicitly set for |command_id| and |color_type|. Specify an |index| value of -1 to return the default color in |color|. 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 index, cef_menu_color_type_t color_type, cef_color_t* color) nothrow get_color_at;

Meta