Get the amount of Yellow.

Return value

int The amount of yellow.

Fichier

src/ColorCMYK.php, line 86

Classe

ColorCMYK
ColorCMYK represents the CMYK color format.

Namespace

Drupal\color_field

Code

public function getYellow() {
    return $this->yellow;
}