blue property

VxFilter blue

Returns the blue filter matrix.

Implementation

VxFilter get blue {
  myMatrix = _blue;
  return this;
}