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