polaroid property

VxFilter get polaroid

Returns the polaroid filter matrix.

Implementation

VxFilter get polaroid {
  myMatrix = _polaroid;
  return this;
}