struct ImPlotAnnotation

Overview

#include <implot_internal.h>

struct ImPlotAnnotation
{
    // fields

    ImVec2 Pos;
    ImVec2 Offset;
    ImU32 ColorBg;
    ImU32 ColorFg;
    int TextOffset;
    bool Clamp;
};