enum mrpt::img::TImageChannels

For use in mrpt::img::CImage.

#include <CImage.h>

enum TImageChannels
{
    CH_GRAY = 1,
    CH_RGB  = 3,
};