sepia property

VxFilter get sepia

Returns the sepia filter matrix.

Implementation

VxFilter get sepia {
  myMatrix = _sepia;
  return this;
}