Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

Color::getColorpublicWC 1.0

Method of the class: Color{}

No Hooks.

Returns

Array. RuleValueList|CSSFunction|CSSString|LineName|Size|URL|string>

Usage

$Color = new Color();
$Color->getColor();

Color::getColor() code WC 10.4.3

public function getColor()
{
    return $this->aComponents;
}