Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
Color::getColor
Method of the class: Color{}
No Hooks.
Returns
Array
Usage
$Color = new Color(); $Color->getColor();
Color::getColor() Color::getColor code WC 10.4.3
public function getColor()
{
return $this->aComponents;
}