Function GraphEdit.setConnectionActivity

Sets the coloration of the connection between from's from_port and to's to_port with the color provided in the activity theme property.

void setConnectionActivity (
  const(String) from,
  const(long) from_port,
  const(String) to,
  const(long) to_port,
  const(double) amount
) nothrow @nogc;