Class PaintingUtils
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.PaintingUtils
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ColorblendColors(Color c1, Color c2) Blends the colors together.static Colorstatic Colorstatic float[]parseDashPattern(String pattern) static inttint(int rgba, float tR, float tG, float tB, float tA) 
- 
Field Details- 
TRANSPARENT
 
- 
- 
Constructor Details- 
PaintingUtilspublic PaintingUtils()
 
- 
- 
Method Details- 
gradient
- 
gradient
- 
blendColorsBlends the colors together.
- 
tintpublic static int tint(int rgba, float tR, float tG, float tB, float tA) 
- 
parseDashPattern- Throws:
- NumberFormatException
 
 
-