// Example: (�p supply�, �S_PC�, �PO11_PRESSURE�, �bar(g)�, 0.1, 1.0, �summer�, 50.0, 120.0) // Above �p supply� is label and there may be several UC types contributing to the same label. Default colorMap �summer�. importJava "org.simantics.district.network.visualisations.model.DynamicColorMap" where data DynamicColorMap @JavaName "" dynamicColorMap :: String -> [RGBIntensity] -> DynamicColorMap importJava "org.simantics.district.network.visualisations.model.DynamicColorMap$RGBIntensity" where data RGBIntensity @JavaName "" rgbIntensity :: Double -> Double -> Double -> RGBIntensity importJava "org.simantics.district.network.visualisations.model.DynamicColorContribution" where data DynamicColorContribution @JavaName "" dynamicColorContribution :: String -> String -> String -> String -> Double -> Double -> DynamicColorMap -> Double -> Double -> DynamicColorContribution