cyan property

P cyan

Cyan color with full transparency.

Implementation

P get cyan {
  return create(green: maxGreen, blue: maxBlue);
}