yellow property

P yellow

Yellow color with full transparency.

Implementation

P get yellow {
  return create(red: maxRed, green: maxGreen);
}