enum ImPlotColormapScaleFlags_

#include <implot.h>

enum ImPlotColormapScaleFlags_
{
    ImPlotColormapScaleFlags_None     = 0,
    ImPlotColormapScaleFlags_NoLabel  = 1<<0,
    ImPlotColormapScaleFlags_Opposite = 1<<1,
    ImPlotColormapScaleFlags_Invert   = 1<<2,
};