sepia property
VxFilter
get
sepia
Returns the sepia filter matrix.
Implementation
VxFilter get sepia {
myMatrix = _sepia;
return this;
}
Returns the sepia filter matrix.
VxFilter get sepia {
myMatrix = _sepia;
return this;
}