boost::gil::indexed_image

Synopsis

template<
    typename Index,
    typename Pixel,
    typename IndicesAllocator = std::allocator<unsigned char>,
    typename PalleteAllocator = std::allocator<unsigned char>>
class indexed_image;

Member Functions

Name

Description

indexed_image [constructor]

Constructors

operator=

Copy assignment operator

get_indices_const_view

get_indices_view

get_palette_const_view

get_palette_view

Data Members

Name

_view

Created with MrDocs