static IImageRegion g22_darkestRegion(IImageRegions regions) { ret regions == null ?: lowest(regions.regions(), r -> r.brightness()); }