public function ColorCMY::getYellow in Color Field 8.2
Get the amount of Yellow.
Return value
int The amount of yellow.
File
- src/
ColorCMY.php, line 76
Class
- ColorCMY
- ColorCMY represents the CMY color format.
Namespace
Drupal\color_fieldCode
public function getYellow() {
return $this->yellow;
}