| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
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
|
|
Returns : |
GdkPixbuf * eel_create_darkened_pixbuf (GdkPixbuf *source_pixbuf,
int saturation,
int darken);
TODO: Write me
|
|
|
|
|
|
Returns : |
GdkPixbuf* eel_create_colorized_pixbuf (GdkPixbuf *source_pixbuf,
int red_value,
int green_value,
int blue_value);
TODO: Write me
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |