/**
 * Overridden in order to have a <img> tag instead of <div> and to setup a color mask.
 */
function getColorPane(color, title) {
	return jQuery('<img/>').attr({src: "images/color.png"});
}
