Method

GimpImagedelete_sample_point

Declaration [src]

gboolean
gimp_image_delete_sample_point (
  GimpImage* image,
  guint sample_point
)

Description [src]

Deletes a sample point from an image.

This procedure takes an image and a sample point ID as input and removes the specified sample point from the specified image.

Available since:2.10

Parameters

sample_point guint
 

The ID of the sample point to be removed.

Return value

Returns: gboolean
 

TRUE on success.