boost::gil::channel_type<image<Pixel, IsPlanar, Alloc>>

//////////////////////////

Synopsis

Declared in <boost/gil/image.hpp>

template<
    typename Pixel,
    bool IsPlanar,
    typename Alloc>
struct channel_type<image<Pixel, IsPlanar, Alloc>>
    : channel_type<Pixel>

Base Classes

Name

Description

channel_type<Pixel>

Support for fast and simple color conversion. Accurate color conversion using color profiles can be supplied separately in a dedicated module.

Created with MrDocs