Gimp.Selection.all

function all(image: Gimp.Image): Boolean {
    // Gjs wrapper for gimp_selection_all()
}
  

Select all of the image.

This procedure sets the selection mask to completely encompass the image. Every pixel in the selection channel is set to 255.

image

The image.

Returns

TRUE on success.