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