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