Struct libjxl :: jxl :: PlaneBase
struct PlaneBase
{ ... };
PlaneBase(size_t xsize, size_t ysize, size_t sizeof_t)
PlaneBase(const PlaneBase& other)
deleted
PlaneBase(const size_t xsize, const size_t ysize, const size_t sizeof_t)
auto ShrinkTo(const size_t xsize, const size_t ysize) -> void
auto Swap(PlaneBase& other) -> void
auto bytes() -> uint8_t*
auto bytes() const -> const uint8_t*
auto bytes_per_row() const -> size_t
auto xsize() const -> size_t
auto ysize() const -> size_t
auto operator=(const PlaneBase& other) -> PlaneBase&
deleted
auto operator=(PlaneBase&& other) -> PlaneBase&