boost::gil::derived_pixel_reference_type

Constructs a pixel reference type from a source pixel reference type by changing some of the properties.

Synopsis

template<
    typename Ref,
    typename T = use_default,
    typename L = use_default,
    typename IsPlanar = use_default,
    typename IsMutable = use_default>
class derived_pixel_reference_type;

Description

Use use_default for the properties of the source view that you want to keep

Type Aliases

Name

type

Created with MrDocs