This procedure is deprecated! Use 'gimp-image-pick-color' instead.
This procedure is deprecated! Use 'gimp-image-pick-color' instead.
unknown
Type | Name | Description |
---|---|---|
PF_IMAGE | image | The image |
PF_DRAWABLE | drawable | The drawable to pick from |
PF_FLOAT | x | x coordinate of upper-left corner of rectangle |
PF_FLOAT | y | y coordinate of upper-left corner of rectangle |
PF_INT | sample-merged | Use the composite image, not the drawable (TRUE or FALSE) |
PF_INT | sample-average | Average the color of all the pixels in a specified radius (TRUE or FALSE) |
PF_FLOAT | average-radius | The radius of pixels to average (average-radius >= 0) |
Type | Name | Description |
---|---|---|
PF_COLOUR | color | The return color |