Color getLeadColor(String name){ return name == "Hot" ? hotLead : name == "Cold" ? coldLead : name == "Warm" ? warmLead : grayLight; }