oacSnapDownInterpolateType |
"SnapDown" Use the return value for the next lower header value |
oacSnapUpInterpolateType |
"SnapUp" Use the return value for the next higher header value |
oacLinearInterpolateType |
"Linear" Return a value that is between the return values for the next lower and the next higher header values in proportion to where the key is in that range. |
oacInclusiveSnapDownInterpolateType |
"InclusiveSnapDown" Use the return value for the next lower header value, even if the requested value matches the higher header value. |
oacInclusiveSnapUpInterpolateType |
"InclusiveSnapUp" Use the return value for the next higher header value, even if the requested value matches the lower header value. |