Same name in other branches
- 3.0.x src/ColorHex.php \Drupal\color_field\ColorHex::toHsl()
Overrides ColorInterface::toHsl
File
-
src/
ColorHex.php, line 90
Class
- ColorHex
- Hex represents the Hex color format.
Namespace
Drupal\color_fieldCode
public function toHsl() {
return $this->toRGB()
->toHsl();
}