menu
yjy_image_3_3_0 package
documentation
image.dart
VP8BitReader
getValue method
getValue method
dark_mode
light_mode
getValue
method
int
getValue
(
int
bits
)
Implementation
int getValue(int bits) { var v = 0; while (bits-- > 0) { v |= getBit(0x80) << bits; } return v; }
yjy_image_3_3_0 package
documentation
image
VP8BitReader
getValue method
VP8BitReader class