Closed dmccabe-snap closed 4 years ago
twoThirdsSample and its callers do not instantiate for the Rgba<T> type, which has an explicit constructor. The algorithms here also do not correctly widen the type for all operands. This change explicitly widens all component pixels of a patch.
twoThirdsSample
Rgba<T>
twoThirdsSample
and its callers do not instantiate for theRgba<T>
type, which has an explicit constructor. The algorithms here also do not correctly widen the type for all operands. This change explicitly widens all component pixels of a patch.