Function
GimpSelectionvalue
Declaration [src]
gint
gimp_selection_value (
  GimpImage* image,
  gint x,
  gint y
)
Description [src]
Find the value of the selection at the specified coordinates.
This procedure returns the value of the selection at the specified coordinates. If the coordinates lie out of bounds, 0 is returned.
Parameters
- image
- 
            Type: GimpImageThe image. The data is owned by the caller of the function. 
- x
- 
            Type: gintX coordinate of value. 
- y
- 
            Type: gintY coordinate of value.