☰
Channel
class
Channel
Static Methods
Channel
Methods
Row
shrink
Operators
operator=
Data Members
h
hshift
plane
vshift
w
Class
libjxl
::
jxl
::
Channel
class
Channel
{ ... };
Static Methods
Channel
(size_t iw, size_t ih, int hsh, int vsh)
Channel
(
const
Channel
& other)
deleted
Channel
(
Channel
&& other)
Methods
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
Operators
auto
operator=
(
const
Channel
& other) ->
Channel
&
deleted
auto
operator=
(
Channel
&& other) ->
Channel
&
Data Members
size_t
h
int
hshift
Plane
<jxl::pixel_type>
plane
int
vshift
size_t
w