Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
Color::getColor
Method of the class: Color{}
No Hooks.
Returns
array<int, RuleValueList|CSSFunction|CSSString|LineName|Size|URL|string>.
Usage
$Color = new Color(); $Color->getColor();
Color::getColor() Color::getColor code WC 11.0.1
public function getColor()
{
return $this->aComponents;
}