Same name and namespace in other branches
  1. 8.x-2.x src/ColorCMY.php \Drupal\color_field\ColorCMY::getYellow() 1 commentaire

Get the amount of Yellow.

Return value

int The amount of yellow.

1 call to ColorCMY::getYellow()
ColorCMY::toCmyk dans src/ColorCMY.php

Fichier

src/ColorCMY.php, line 78

Classe

ColorCMY
ColorCMY represents the CMY color format.

Namespace

Drupal\color_field

Code

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