struct ImPlot::GetterIdxColor

Overview

struct GetterIdxColor
{
    // fields

    const ImU32* Data;
    const int Count;
    const float Alpha;

    // construction

    GetterIdxColor(
        const ImU32* data,
        int count,
        float alpha = 1.0f
        );

    // methods

    template <typename I>
    IMPLOT_INLINE ImU32 operator [] (I idx) const;
};