You are here

public function ColorCMY::getCyan in Color Field 8.2

Get the amount of Cyan.

Return value

int The amount of cyan.

File

src/ColorCMY.php, line 56

Class

ColorCMY
ColorCMY represents the CMY color format.

Namespace

Drupal\color_field

Code

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