* @link http://wp-dreams.com, http://codecanyon.net/user/anago/portfolio * @copyright Copyright (c) 2014, Ernest Marcinko */ class wpdreamsColorPicker extends wpdreamsType { function getType() { $this->name = $this->name; parent::getType(); $this->data = wpdreams_admin_hex2rgb($this->data); echo "
"; if ($this->label != "") echo ""; echo ""; //echo ""; //echo "
"; echo "
"; } } } ?>