Information
Media
Support
RSS
Other Adobe Projects
Other Resources
|
pixels_are_compatible< P1, P2 > Struct Template Reference
[Pixel]
Returns whether two pixels are compatible.
More...
#include <gil_concept.hpp>
Detailed Description
template<typename P1, typename P2>
struct pixels_are_compatible< P1, P2 >
Pixels are compatible if their channels and color space types are compatible. Compatible pixels can be assigned and copy constructed from one another.
Definition at line 604 of file gil_concept.hpp.
|