menu
yjy_image_3_3_0 package
documentation
image.dart
ExrHuffman
hufLength static method
hufLength static method
dark_mode
light_mode
hufLength
static method
int
hufLength
(
int
code
)
Implementation
static int hufLength(int code) => code & 63;
yjy_image_3_3_0 package
documentation
image
ExrHuffman
hufLength static method
ExrHuffman class