LR_LOADTRANSPARENT top-level constant

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

const LR_LOADTRANSPARENT = 0x00000020;