Overrides ColorInterface::toHex

Fichier

src/ColorCMYK.php, line 116

Classe

ColorCMYK
ColorCMYK represents the CMYK color format.

Namespace

Drupal\color_field

Code

public function toHex() {
    return $this->toRgb()
        ->toHex();
}