[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGdkPixbuf2' (#lcl)

TGdkPixbuf.composite_color

Declaration

Source position: lazgdkpixbuf2.pas line 132

procedure TGdkPixbuf.composite_color(

  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

);