boost::gil::pixel_assigns_t
Casts and assigns a pixel to another
Description
A generic implementation for casting and assigning a pixel to another. User should specialize it for better performance.
Template Parameters
Name |
Description |
PixelRef |
‐ models PixelConcept |
PixelResult |
‐ models PixelValueConcept |
Created with MrDocs