X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.district.network%2Fsrc%2Forg%2Fsimantics%2Fdistrict%2Fnetwork%2Fprofile%2FColors.java;h=4fe7894157ddd268b317019d75afb4fb4dbafdd4;hb=ded33522a93462a69f30ecb258df42b8d7127b22;hp=9ead5c38f3d223883bf41c5c7df313722e50772c;hpb=00803fe68b14b5dce310a5a88b9c2a55bd1c85e6;p=simantics%2Fdistrict.git diff --git a/org.simantics.district.network/src/org/simantics/district/network/profile/Colors.java b/org.simantics.district.network/src/org/simantics/district/network/profile/Colors.java index 9ead5c38..4fe78941 100644 --- a/org.simantics.district.network/src/org/simantics/district/network/profile/Colors.java +++ b/org.simantics.district.network/src/org/simantics/district/network/profile/Colors.java @@ -35,7 +35,7 @@ public class Colors { } public static final ColorGradient cached(ColorGradient cg) { - return new Cache(cg, 512); + return new Cache(cg, 2048); } public static final ColorGradient hsvGradient(float hue, float saturation) {