[PATCH 4/4] comctl32/imagelist: Support flag ILS_SATURATE for ImageList_DrawIndirect().

Ziqing Hui zhui at codeweavers.com
Fri Mar 6 04:00:39 CST 2020


Note: the grayscale algorithm which I implemented(Gray = R*0.299 + G*0.587 + B*0.114) is identical to the windows behavior. This can be indicated by [PATCH 2/4].

Signed-off-by: Ziqing Hui <zhui at codeweavers.com>
---
 dlls/comctl32/imagelist.c       | 24 ++++++++++++++++++------
 dlls/comctl32/tests/imagelist.c |  1 -
 2 files changed, 18 insertions(+), 7 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-comctl32-imagelist-Support-flag-ILS_SATURATE-for-Ima.patch
Type: text/x-patch
Size: 4098 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200306/bf8b2446/attachment-0001.bin>


More information about the wine-devel mailing list