Searched refs:colorString (Results 1 – 2 of 2) sorted by relevance
622 String colorString = (String) properties.get("background"); //$NON-NLS-1$ in initColors() local623 if (colorString != null) { in initColors()624 int rgb = ImageUtils.getColor(colorString.trim()); in initColors()627 colorString = (String) properties.get("foreground"); //$NON-NLS-1$ in initColors()628 if (colorString != null) { in initColors()629 int rgb = ImageUtils.getColor(colorString.trim()); in initColors()
336 String colorString = getAttributeOrNull(element, name); in getRgb() local337 if (colorString != null) { in getRgb()338 int rgb = ImageUtils.getColor(colorString.trim()); in getRgb()