blob: 1b9f80a1ffbfe04c4c27abb77375d9b3daf4de75 [file] [log] [blame]
abstract class Quantizer {
/// Find the index of the closest color to [c] in the [colorMap].
int getQuantizedColor(int c);
}