You are here

public function ColorCMYK::getCyan in Color Field 8.2

Get the amount of Cyan.

Return value

int The amount of cyan.

File

src/ColorCMYK.php, line 66

Class

ColorCMYK
ColorCMYK represents the CMYK color format.

Namespace

Drupal\color_field

Code

public function getCyan() {
  return $this->cyan;
}