pink property

VxFilter get pink

Returns the pink filter matrix.

Implementation

VxFilter get pink {
  myMatrix = _pink;
  return this;
}