boost::gil::color_spaces_are_compatible
Synopsis
Declared in <boost/gil/concepts/color.hpp>
template<
typename CS1,
typename CS2>
struct color_spaces_are_compatible
: std::is_same<CS1, CS2>
Base Classes
Name |
Description |
|
Created with MrDocs