blackAndWhite property

VxFilter blackAndWhite

Returns the black and white filter matrix.

Implementation

VxFilter get blackAndWhite {
  myMatrix = _blackAndWhite;
  return this;
}