struct rgbRecord

Overview

struct rgbRecord
{
    // fields

    const char* name;
    uint32_t rgb;
};