Same name and namespace in other branches
  1. 8.x-2.x src/ColorHSL.php \Drupal\color_field\ColorHSL::toHex() 1 comment

Overrides ColorInterface::toHex

File

src/ColorHSL.php, line 116

Class

ColorHSL
RGB represents the RGB color format.

Namespace

Drupal\color_field

Code

public function toHex() : ColorHex {
    return $this->toRGB()
        ->toHex();
}