Class PaintingUtils
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.PaintingUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Color
blendColors
(Color c1, Color c2) Blends the colors together.static Color
static Color
static float[]
parseDashPattern
(String pattern) static int
tint
(int rgba, float tR, float tG, float tB, float tA)
-
Field Details
-
TRANSPARENT
-
-
Constructor Details
-
PaintingUtils
public PaintingUtils()
-
-
Method Details
-
gradient
-
gradient
-
blendColors
Blends the colors together. -
tint
public static int tint(int rgba, float tR, float tG, float tB, float tA) -
parseDashPattern
- Throws:
NumberFormatException
-