| Top |
Functions
Functions
gimp_channel_new ()
gint32 gimp_channel_new (gint32 image_ID,const gchar *name,guint width,guint height,gdouble opacity,const GimpRGB *color);
gimp_channel_new_from_component ()
gint32 gimp_channel_new_from_component (gint32 image_ID,GimpChannelType component,const gchar *name);
Since: GIMP 2.4
gimp_channel_set_show_masked ()
gboolean gimp_channel_set_show_masked (gint32 channel_ID,gboolean show_masked);
gimp_channel_set_color ()
gboolean gimp_channel_set_color (gint32 channel_ID,const GimpRGB *color);
