STRETCH_HALFTONE top-level constant

  1. @Deprecated('Use STRETCH_BLT_MODE.STRETCH_HALFTONE instead')
int const STRETCH_HALFTONE

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;