boost::gil::view_type_from_pixel

Returns the type of a view the pixel type, whether it operates on planar data and whether it has a step horizontally

Synopsis

template<
    typename Pixel,
    bool IsPlanar = false,
    bool IsStepX = false,
    bool IsMutable = true>
struct view_type_from_pixel;

Type Aliases

Name

type

Created with MrDocs