static Future<Color> getOppositeColorFromImage(Uint8List bytes) async { final avg = getAverageColor(bytes); return oppositeColor(avg); }