Get the key (black).
Return value
int The amount of black.
Fichier
-
src/
ColorCMYK.php, line 44
Classe
- ColorCMYK
- ColorCMYK represents the CMYK color format.
Namespace
Drupal\color_fieldCode
public function getKey() : int {
return $this->key;
}