LR_LOADTRANSPARENT top-level constant

  1. @Deprecated('Use IMAGE_FLAGS.LR_LOADTRANSPARENT instead')
int const LR_LOADTRANSPARENT

Retrieves the color value of the first pixel in the image and replaces the corresponding entry in the color table with the default window color (COLOR_WINDOW). All pixels in the image that use that entry become the default window color. This value applies only to images that have corresponding color tables.

Implementation

@Deprecated('Use IMAGE_FLAGS.LR_LOADTRANSPARENT instead')
const LR_LOADTRANSPARENT = 0x00000020;