Gimp.Selection.none

function none(image: Gimp.Image): Boolean {
    // Gjs 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

TRUE on success.