Class libjxl :: jxl :: Channel
class Channel
{ ... };
Channel(size_t iw, size_t ih, int hsh, int vsh)
Channel(const Channel& other)
deleted
Channel(Channel&& other)
auto Row(const size_t y) -> jxl::pixel_type*
auto Row(const size_t y) const -> const jxl::pixel_type*
auto shrink() -> void
auto shrink(int nw, int nh) -> void
auto operator=(const Channel& other) -> Channel&
deleted
auto operator=(Channel&& other) -> Channel&
size_t h
int hshift
Plane<jxl::pixel_type> plane
int vshift
size_t w