gimpchannel

Name

gimpchannel -- 

Synopsis



gint32      gimp_channel_new                (gint32 image_ID,
                                             gchar *name,
                                             guint width,
                                             guint height,
                                             gdouble opacity,
                                             guchar *color);
gint32      gimp_channel_copy               (gint32 channel_ID);
void        gimp_channel_delete             (gint32 channel_ID);
gchar*      gimp_channel_get_name           (gint32 channel_ID);
void        gimp_channel_set_name           (gint32 channel_ID,
                                             gchar *name);
gboolean    gimp_channel_get_visible        (gint32 channel_ID);
void        gimp_channel_set_visible        (gint32 channel_ID,
                                             gboolean visible);
gboolean    gimp_channel_get_show_masked    (gint32 channel_ID);
void        gimp_channel_set_show_masked    (gint32 channel_ID,
                                             gboolean show_masked);
gdouble     gimp_channel_get_opacity        (gint32 channel_ID);
void        gimp_channel_set_opacity        (gint32 channel_ID,
                                             gdouble opacity);
void        gimp_channel_get_color          (gint32 channel_ID,
                                             guchar *red,
                                             guchar *green,
                                             guchar *blue);
void        gimp_channel_set_color          (gint32 channel_ID,
                                             guchar red,
                                             guchar green,
                                             guchar blue);
gint        gimp_channel_get_tattoo         (gint32 channel_ID);
void        gimp_channel_set_tattoo         (gint32 channel_ID,
                                             gint tattoo);
#define     gimp_channel_get_image_id

Description

Details

gimp_channel_new ()

gint32      gimp_channel_new                (gint32 image_ID,
                                             gchar *name,
                                             guint width,
                                             guint height,
                                             gdouble opacity,
                                             guchar *color);

image_ID : 
name : 
width : 
height : 
opacity : 
color : 
Returns : 


gimp_channel_copy ()

gint32      gimp_channel_copy               (gint32 channel_ID);

channel_ID : 
Returns : 


gimp_channel_delete ()

void        gimp_channel_delete             (gint32 channel_ID);

channel_ID : 


gimp_channel_get_name ()

gchar*      gimp_channel_get_name           (gint32 channel_ID);

channel_ID : 
Returns : 


gimp_channel_set_name ()

void        gimp_channel_set_name           (gint32 channel_ID,
                                             gchar *name);

channel_ID : 
name : 


gimp_channel_get_visible ()

gboolean    gimp_channel_get_visible        (gint32 channel_ID);

channel_ID : 
Returns : 


gimp_channel_set_visible ()

void        gimp_channel_set_visible        (gint32 channel_ID,
                                             gboolean visible);

channel_ID : 
visible : 


gimp_channel_get_show_masked ()

gboolean    gimp_channel_get_show_masked    (gint32 channel_ID);

channel_ID : 
Returns : 


gimp_channel_set_show_masked ()

void        gimp_channel_set_show_masked    (gint32 channel_ID,
                                             gboolean show_masked);

channel_ID : 
show_masked : 


gimp_channel_get_opacity ()

gdouble     gimp_channel_get_opacity        (gint32 channel_ID);

channel_ID : 
Returns : 


gimp_channel_set_opacity ()

void        gimp_channel_set_opacity        (gint32 channel_ID,
                                             gdouble opacity);

channel_ID : 
opacity : 


gimp_channel_get_color ()

void        gimp_channel_get_color          (gint32 channel_ID,
                                             guchar *red,
                                             guchar *green,
                                             guchar *blue);

channel_ID : 
red : 
green : 
blue : 


gimp_channel_set_color ()

void        gimp_channel_set_color          (gint32 channel_ID,
                                             guchar red,
                                             guchar green,
                                             guchar blue);

channel_ID : 
red : 
green : 
blue : 


gimp_channel_get_tattoo ()

gint        gimp_channel_get_tattoo         (gint32 channel_ID);

channel_ID : 
Returns : 


gimp_channel_set_tattoo ()

void        gimp_channel_set_tattoo         (gint32 channel_ID,
                                             gint tattoo);

channel_ID : 
tattoo : 


gimp_channel_get_image_id

#define gimp_channel_get_image_id  gimp_drawable_image