STRETCH_ORSCANS top-level constant

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

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

Implementation

@Deprecated('Use STRETCH_BLT_MODE.STRETCH_ORSCANS instead')
const STRETCH_ORSCANS = WHITEONBLACK;