diff --git a/docs/source/python.rst b/docs/source/python.rst index f6bbdc26..e4a399d5 100644 --- a/docs/source/python.rst +++ b/docs/source/python.rst @@ -40,7 +40,7 @@ The following code creates a 3D Image in OME-Zarr with labels:: root.attrs["omero"] = { "channels": [{ "color": "00FFFF", - "window": {"start": 0, "end": 20}, + "window": {"start": 0, "end": 20, "min": 0, "max": 255}, "label": "random", "active": True, }]