screenshotWithColor method
Always enables color overlay mode (idempotent — safe to call repeatedly).
Implementation
@override
Future<bool> screenshotWithColor({int color = 0xFF000000}) async {
_isOverlayModeOn = true;
_applyEffective();
return true;
}