magenta property

P magenta

Magenta color with full transparency.

Implementation

P get magenta {
  return create(red: maxRed, blue: maxBlue);
}