struct mrpt::maps::VoxelNodeOccRGB::TColor

Overview

#include <mrpt/maps/CVoxelMapRGB.h>

struct TColor
{
    // fields

    uint8_t R = 0;
    uint8_t G = 0;
};