| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Source position: lazgdkpixbuf2.pas line 541
procedure gdk_pixbuf_composite_color(  | 
src: PGdkPixbuf;  | 
dest: PGdkPixbuf;  | 
dest_x: gint;  | 
dest_y: gint;  | 
dest_width: gint;  | 
dest_height: gint;  | 
offset_x: gdouble;  | 
offset_y: gdouble;  | 
scale_x: gdouble;  | 
scale_y: gdouble;  | 
interp_type: TGdkInterpType;  | 
overall_alpha: gint;  | 
check_x: gint;  | 
check_y: gint;  | 
check_size: gint;  | 
color1: guint32;  | 
color2: guint32  | 
);  |