Gimp.Selection.none

@accepts(Gimp.Image)
@returns(bool)
def none(image):
    # Python wrapper for gimp_selection_none()
  

Deselect the entire image.

This procedure deselects the entire image. Every pixel in the selection channel is set to 0.

image

The image.

Returns