Interface ComputeConvolutionValueOptions

interface ComputeConvolutionValueOptions {
    clamp?: ClampFunction;
    returnRawValue?: boolean;
}

Properties

If the value has to be clamped, specify the clamping function.

returnRawValue?: boolean

Specify wether the return value should not be clamped and rounded.