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.

struct GraphEdit
@nogc nothrow
void
setConnectionActivity
(
in String from
,
in long from_port
,
in String to
,
in long to_port
,
in double amount
)

Meta