mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 08:11:38 +08:00
According to the results of CImage testcase, the top byte of the GetPixel() return value is zero if the return is a valid color. Do bitwise-AND operation if the color value is valid. CORE-19008