STRETCH_ANDSCANS top-level constant

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

Performs a Boolean AND operation using the color values for the eliminated and existing pixels. If the bitmap is a monochrome bitmap, this mode preserves black pixels at the expense of white pixels.

Implementation

@Deprecated('Use STRETCH_BLT_MODE.STRETCH_ANDSCANS instead')
const STRETCH_ANDSCANS = BLACKONWHITE;