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

Get the amount of Yellow.

Return value

int The amount of yellow.

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

File

src/ColorCMY.php, line 78

Class

ColorCMY
ColorCMY represents the CMY color format.

Namespace

Drupal\color_field

Code

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