ImageEnvironmentWithGraph

fun <T> ImageEnvironmentWithGraph(    incarnation: Incarnation<T, Euclidean2DPosition>,     path: String,     zoom: Double = 1.0,     dx: Double = 0.0,     dy: Double = 0.0,     obstaclesColor: Int = Color.BLACK.rgb,     roomsColor: Int = Color.BLUE.rgb)