boost::gil::pixel_assigns_t

Casts and assigns a pixel to another

Synopsis

template<
    typename PixelRef,
    typename PixelResult>
struct pixel_assigns_t;

Description

A generic implementation for casting and assigning a pixel to another. User should specialize it for better performance.

Member Functions

Name

operator()

Template Parameters

Name

Description

PixelRef

‐ models PixelConcept

PixelResult

‐ models PixelValueConcept

Created with MrDocs