ImPlot_ColormapScale

Function ImPlot_ColormapScale 

Source
pub unsafe extern "C" fn ImPlot_ColormapScale(
    label: *const c_char,
    scale_min: f64,
    scale_max: f64,
    size: ImVec2,
    format: *const c_char,
    flags: ImPlotColormapScaleFlags,
    cmap: ImPlotColormap,
)