#include <opencv2/core.hpp>
Go to the source code of this file.
|
static const Color | volcart::color::WHITE {255, 255, 255} |
|
static const Color | volcart::color::BLACK {0, 0, 0} |
|
static const Color | volcart::color::RED {0, 0, 255} |
|
static const Color | volcart::color::GREEN {0, 255, 0} |
|
static const Color | volcart::color::BLUE {255, 0, 0} |
|
static const Color | volcart::color::CYAN {255, 255, 0} |
|
static const Color | volcart::color::LIGHT_GRAY {200, 200, 200} |
|
static const Color | volcart::color::DARK_GRAY {68, 68, 68} |
|