TuttleOFX
1
|
#include <terry/colorspace/colorspace.hpp>
#include <terry/colorspace/colorspace/all.hpp>
#include <iostream>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Defines | |
#define | BOOST_TEST_MODULE terry_colorspace_tests |
Functions | |
BOOST_AUTO_TEST_CASE (rgb_to_rgb) | |
BOOST_AUTO_TEST_CASE (rgb_to_hsl) | |
BOOST_AUTO_TEST_CASE (cmyk_to_lms) | |
BOOST_AUTO_TEST_CASE (hsl_to_rgb) |
BOOST_AUTO_TEST_CASE | ( | rgb_to_rgb | ) |
Definition at line 15 of file main.cpp.
References terry::color::color_transformation().
BOOST_AUTO_TEST_CASE | ( | rgb_to_hsl | ) |
Definition at line 26 of file main.cpp.
References terry::color::color_transformation().
BOOST_AUTO_TEST_CASE | ( | cmyk_to_lms | ) |
Definition at line 37 of file main.cpp.
References terry::color::color_transformation().