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