Skip to content

Commit

Permalink
Update implot.h
Browse files Browse the repository at this point in the history
  • Loading branch information
epezent authored Jun 13, 2020
1 parent a16b509 commit b95b23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implot.h
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ void SetColormap(ImPlotColormap colormap, int samples = 0);
void SetColormap(const ImVec4* colors, int num_colors);
// Returns the size of the current colormap
int GetColormapSize();
// Returns a color from the Color map given an index > 0 (modulo will be performed)
// Returns a color from the Color map given an index >= 0 (modulo will be performed)
ImVec4 GetColormapColor(int index);
// Linearly interpolates a color from the current colormap given t between 0 and 1.
ImVec4 LerpColormap(float t);
Expand Down

0 comments on commit b95b23f

Please sign in to comment.