.setBackgroundButton(ColorTool.getCometeColor(colorButton));
}
}
public Color getBackgroundButton() {
IComponent component = getComponent();
if (component != null && component instanceof TextFieldButton) {
CometeColor color = ((TextFieldButton) component).getBackgroundButton();
return ColorTool.getColor(color);
}
return null;