blob: 1f657c1173b353570bdcc48be16575ea679932ed [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 Mia-Software.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Grégoire Dupé (Mia-Software) - Bug 424122 - [Table] Images, fonts and colors are not shared between the instances of table
******************************************************************************/
package org.eclipse.modisco.facet.util.swt.colorprovider;
import org.eclipse.swt.graphics.Color;
import org.eclipse.swt.graphics.RGB;
public interface IColorProvider {
Color getColor(RGB path);
}