#include <oln/convert/abstract/colorconv.hh>
#include <ntg/color/nrgb.hh>
#include <ntg/color/xyz.hh>
#include <ntg/basics.hh>
#include <sstream>
Include dependency graph for nrgbxyz.hh:
Go to the source code of this file.
Namespaces | |
namespace | oln |
namespace | oln::convert |
Classes | |
struct | oln::convert::f_nrgb_to_xyz< inbits, outbits > |
struct | oln::convert::f_xyz_to_nrgb< inbits, outbits > |
Functions | |
template<unsigned inbits, unsigned outbits> | |
color< 3, outbits, xyz_traits > | oln::convert::nrgb_to_xyz (const color< 3, inbits, nrgb_traits > &v) |
template<unsigned inbits, unsigned outbits> | |
color< 3, outbits, nrgb_traits > | oln::convert::xyz_to_nrgb (const color< 3, inbits, xyz_traits > &v) |
Definition in file nrgbxyz.hh.