Skip to content

Commit b95b23f

Browse files
authored
Update implot.h
1 parent a16b509 commit b95b23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ void SetColormap(ImPlotColormap colormap, int samples = 0);
303303
void SetColormap(const ImVec4* colors, int num_colors);
304304
// Returns the size of the current colormap
305305
int GetColormapSize();
306-
// Returns a color from the Color map given an index > 0 (modulo will be performed)
306+
// Returns a color from the Color map given an index >= 0 (modulo will be performed)
307307
ImVec4 GetColormapColor(int index);
308308
// Linearly interpolates a color from the current colormap given t between 0 and 1.
309309
ImVec4 LerpColormap(float t);

0 commit comments

Comments
 (0)