Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
Size::isColorComponent
Method of the class: Size{}
No Hooks.
Returns
true|false.
Usage
$Size = new Size(); $Size->isColorComponent();
Size::isColorComponent() Size::isColorComponent code WC 10.7.0
public function isColorComponent()
{
return $this->bIsColorComponent;
}