VP8LColorCache constructor

VP8LColorCache(
  1. int hashBits
)

Implementation

VP8LColorCache(int hashBits)
    : colors = Uint32List(1 << hashBits),
      hashShift = 32 - hashBits;