STRETCH_HALFTONE top-level constant
Maps pixels from the source rectangle into blocks of pixels in the destination rectangle. The average color over the destination block of pixels approximates the color of the source pixels.
Implementation
@Deprecated('Use STRETCH_BLT_MODE.STRETCH_HALFTONE instead')
const STRETCH_HALFTONE = HALFTONE;