yellow property

VxFilter get yellow

Returns the yellow filter matrix.

Implementation

VxFilter get yellow {
  myMatrix = _yellow;
  return this;
}