You are here

public function ColorCMYK::getYellow in Color Field 8.2

Get the amount of Yellow.

Return value

int The amount of yellow.

File

src/ColorCMYK.php, line 86

Class

ColorCMYK
ColorCMYK represents the CMYK color format.

Namespace

Drupal\color_field

Code

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