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