HALFTONE top-level constant

  1. @Deprecated('Use STRETCH_BLT_MODE.HALFTONE instead')
int const 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.HALFTONE instead')
const HALFTONE = 4;