Top | ![]() |
![]() |
![]() |
![]() |
gchar * gimp_brush_rename (const gchar *name
,const gchar *new_name
);
Since: GIMP 2.2
gboolean gimp_brush_get_info (const gchar *name
,gint *width
,gint *height
,gint *mask_bpp
,gint *color_bpp
);
Since: GIMP 2.2
gboolean gimp_brush_get_pixels (const gchar *name
,gint *width
,gint *height
,gint *mask_bpp
,gint *num_mask_bytes
,guint8 **mask_bytes
,gint *color_bpp
,gint *num_color_bytes
,guint8 **color_bytes
);
Since: GIMP 2.2
gboolean gimp_brush_get_spacing (const gchar *name
,gint *spacing
);
Since: GIMP 2.2
gboolean gimp_brush_set_spacing (const gchar *name
,gint spacing
);
Since: GIMP 2.4
GimpBrushGeneratedShape
gimp_brush_get_shape (const gchar *name
);
Since: GIMP 2.4
GimpBrushGeneratedShape gimp_brush_set_shape (const gchar *name
,GimpBrushGeneratedShape shape_in
);
Since: GIMP 2.4
gint gimp_brush_set_spikes (const gchar *name
,gint spikes_in
);
Since: GIMP 2.4
gdouble gimp_brush_set_angle (const gchar *name
,gdouble angle_in
);
Since: GIMP 2.4
gdouble gimp_brush_set_radius (const gchar *name
,gdouble radius_in
);
Since: GIMP 2.4
gdouble
gimp_brush_get_aspect_ratio (const gchar *name
);
Since: GIMP 2.4
gdouble gimp_brush_set_aspect_ratio (const gchar *name
,gdouble aspect_ratio_in
);
Since: GIMP 2.4
gdouble gimp_brush_set_hardness (const gchar *name
,gdouble hardness_in
);
Since: GIMP 2.4