boost::gil::pixel_multiply_t
Synopsis
template<
typename PixelRef1,
typename PixelRef2,
typename PixelResult>
using pixel_multiply_t [[deprecated]] = pixel_multiplies_t<PixelRef1, PixelRef2, PixelResult>;
|
Deprecated. Use of this entity is allowed but discouraged. |
Created with MrDocs