mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
color-cycle: add reset helper
This will reset the colors and move back to position 0.
This commit is contained in:
@ -31,6 +31,7 @@ GType sp_color_cycle_get_type (void);
|
||||
SpColorCycle *sp_color_cycle_ref (SpColorCycle *self);
|
||||
void sp_color_cycle_unref (SpColorCycle *self);
|
||||
SpColorCycle *sp_color_cycle_new (void);
|
||||
void sp_color_cycle_reset (SpColorCycle *self);
|
||||
void sp_color_cycle_next (SpColorCycle *self,
|
||||
GdkRGBA *rgba);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user