Home
last modified time | relevance | path

Searched defs:packed_pixel (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/gil/
Dpacked_pixel.hpp49 struct packed_pixel struct
51 BitField _bitfield{0}; // TODO: Make private
53 using layout_t = Layout;
54 using value_type = packed_pixel<BitField, ChannelRefs, Layout>;
55 using reference = value_type&;
56 using const_reference = value_type const&;
58 static constexpr bool is_mutable =
62 explicit packed_pixel(const BitField& bitfield) : _bitfield(bitfield) {} in packed_pixel() function
65 packed_pixel(const packed_pixel& p) : _bitfield(p._bitfield) {} in packed_pixel() argument
68 packed_pixel(Pixel const& p, in packed_pixel() argument
[all …]