WHITEONBLACK top-level constant

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

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.WHITEONBLACK instead')
const WHITEONBLACK = 2;