enum ImPlotColormap_

#include <implot.h>

enum ImPlotColormap_
{
    ImPlotColormap_Deep     = 0,
    ImPlotColormap_Dark     = 1,
    ImPlotColormap_Pastel   = 2,
    ImPlotColormap_Paired   = 3,
    ImPlotColormap_Viridis  = 4,
    ImPlotColormap_Plasma   = 5,
    ImPlotColormap_Hot      = 6,
    ImPlotColormap_Cool     = 7,
    ImPlotColormap_Pink     = 8,
    ImPlotColormap_Jet      = 9,
    ImPlotColormap_Twilight = 10,
    ImPlotColormap_RdBu     = 11,
    ImPlotColormap_BrBG     = 12,
    ImPlotColormap_PiYG     = 13,
    ImPlotColormap_Spectral = 14,
    ImPlotColormap_Greys    = 15,
};