TuttleOFX  1
main.cpp File Reference
#include <terry/colorspace/colorspace.hpp>
#include <terry/colorspace/colorspace/all.hpp>
#include <iostream>
#include <boost/test/unit_test.hpp>
Include dependency graph for main.cpp:

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)

Define Documentation

#define BOOST_TEST_MODULE   terry_colorspace_tests

Definition at line 6 of file main.cpp.


Function Documentation

BOOST_AUTO_TEST_CASE ( rgb_to_rgb  )

Definition at line 15 of file main.cpp.

References terry::color::color_transformation().

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( rgb_to_hsl  )

Definition at line 26 of file main.cpp.

References terry::color::color_transformation().

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( cmyk_to_lms  )

Definition at line 37 of file main.cpp.

References terry::color::color_transformation().

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( hsl_to_rgb  )

Definition at line 48 of file main.cpp.