public interface

ColorConstants

package org.andengine.util.color.constants;

/**
 * (c) 2010 Nicolas Gramlich 
 * (c) 2011 Zynga Inc.
 * 
 * @author Nicolas Gramlich
 * @since 10:21:46 - 19.07.2010
 */
public interface ColorConstants {
	// ===========================================================
	// Constants
	// ===========================================================

	public static final float COLOR_FACTOR_INT_TO_FLOAT = 255.0f;

	// ===========================================================
	// Methods
	// ===========================================================
}