Back to ColorStyle class

Method getKnownColors

public string[]
getKnownColors
()
Get the known colors.
Returns
  • string[]
Since
  • 4.0.0
Class: ColorStyle
Project: Joomla

Method getKnownColors - Source code

/**
 * Get the known colors.
 *
 * @return  string[]
 *
 * @since   4.0.0
 */
public function getKnownColors() : array
{
    return array_keys(static::$knownColors);
}