![]() | ![]() | ![]() | Conglomerate Programmer's Reference Manual | ![]() |
---|
cong-eel-graphic-effectscong-eel-graphic-effects — |
GdkPixbuf* eel_create_spotlight_pixbuf (GdkPixbuf *source_pixbuf); GdkPixbuf* eel_create_darkened_pixbuf (GdkPixbuf *source_pixbuf, int saturation, int darken); GdkPixbuf* eel_create_colorized_pixbuf (GdkPixbuf *source_pixbuf, int red_value, int green_value, int blue_value); GdkPixbuf* eel_stretch_frame_image (GdkPixbuf *frame_image, int left_offset, int top_offset, int right_offset, int bottom_offset, int dest_width, int dest_height, gboolean fill_flag); GdkPixbuf* eel_embed_image_in_frame (GdkPixbuf *source_image, GdkPixbuf *frame_image, int left_offset, int top_offset, int right_offset, int bottom_offset); GdkPixbuf* eel_make_semi_transparent (GdkPixbuf *source_pixbuf);
GdkPixbuf* eel_create_spotlight_pixbuf (GdkPixbuf *source_pixbuf);
TODO: Write me
source_pixbuf : | |
Returns : |
GdkPixbuf* eel_create_darkened_pixbuf (GdkPixbuf *source_pixbuf, int saturation, int darken);
TODO: Write me
source_pixbuf : | |
saturation : | |
darken : | |
Returns : |
GdkPixbuf* eel_create_colorized_pixbuf (GdkPixbuf *source_pixbuf, int red_value, int green_value, int blue_value);
TODO: Write me
source_pixbuf : | |
red_value : | |
green_value : | |
blue_value : | |
Returns : |
GdkPixbuf* eel_stretch_frame_image (GdkPixbuf *frame_image, int left_offset, int top_offset, int right_offset, int bottom_offset, int dest_width, int dest_height, gboolean fill_flag);
TODO: Write me
frame_image : | |
left_offset : | |
top_offset : | |
right_offset : | |
bottom_offset : | |
dest_width : | |
dest_height : | |
fill_flag : | |
Returns : |
GdkPixbuf* eel_embed_image_in_frame (GdkPixbuf *source_image, GdkPixbuf *frame_image, int left_offset, int top_offset, int right_offset, int bottom_offset);
TODO: Write me
source_image : | |
frame_image : | |
left_offset : | |
top_offset : | |
right_offset : | |
bottom_offset : | |
Returns : |
<< cong-eel | cong-enum-mapping >> |