Same name in other branches
- 8.x-2.x src/ColorHSL.php \Drupal\color_field\ColorHSL::toHsl()
Overrides ColorInterface::toHsl
Fichier
-
src/
ColorHSL.php, line 184
Classe
- ColorHSL
- RGB represents the RGB color format.
Namespace
Drupal\color_fieldCode
public function toHsl() : ColorHSL {
return $this;
}