| GIMP Application Reference Manual | ||||
|---|---|---|---|---|
GimpPickable;
GimpPickableInterface;
GimpImage* gimp_pickable_get_image (GimpPickable *pickable);
GimpImageType gimp_pickable_get_image_type (GimpPickable *pickable);
gint gimp_pickable_get_bytes (GimpPickable *pickable);
TileManager* gimp_pickable_get_tiles (GimpPickable *pickable);
gboolean gimp_pickable_get_color_at (GimpPickable *pickable,
gint x,
gint y,
GimpRGB *color);
gint gimp_pickable_get_opacity_at (GimpPickable *pickable,
gint x,
gint y);
gboolean gimp_pickable_get_pixel_at (GimpPickable *pickable,
gint x,
gint y,
guchar *pixel);
gboolean gimp_pickable_pick_color (GimpPickable *pickable,
gint x,
gint y,
gboolean sample_average,
gdouble average_radius,
GimpRGB *color,
gint *color_index);
void gimp_pickable_flush (GimpPickable *pickable);
GimpPickableInterface is implemented by GimpProjection, GimpLayerMask, GimpTextLayer, GimpImageMap, GimpDrawable, GimpLayer, GimpSelection and GimpChannel.
GimpImage* gimp_pickable_get_image (GimpPickable *pickable);
|
|
Returns : |
GimpImageType gimp_pickable_get_image_type (GimpPickable *pickable);
|
|
Returns : |
gint gimp_pickable_get_bytes (GimpPickable *pickable);
|
|
Returns : |
TileManager* gimp_pickable_get_tiles (GimpPickable *pickable);
|
|
Returns : |
gboolean gimp_pickable_get_color_at (GimpPickable *pickable, gint x, gint y, GimpRGB *color);
|
|
|
|
|
|
|
|
Returns : |
gint gimp_pickable_get_opacity_at (GimpPickable *pickable, gint x, gint y);
|
|
|
|
|
|
Returns : |
gboolean gimp_pickable_get_pixel_at (GimpPickable *pickable, gint x, gint y, guchar *pixel);
|
|
|
|
|
|
|
|
Returns : |
gboolean gimp_pickable_pick_color (GimpPickable *pickable, gint x, gint y, gboolean sample_average, gdouble average_radius, GimpRGB *color, gint *color_index);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |