From 91062be2acfd50cbb3d5c16e617115c4cc2520b5 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Wed, 5 May 2021 13:45:57 +0800 Subject: [PATCH] define COLOR_BLEND_FIRST and COLOR_BLEND_LAST --- include/gdi.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/gdi.h b/include/gdi.h index 4cbd4814..c662583f 100644 --- a/include/gdi.h +++ b/include/gdi.h @@ -5299,6 +5299,9 @@ typedef enum { COLOR_BLEND_NS_FLAG = 0x1000, COLOR_BLEND_NS_FIRST = COLOR_BLEND_NS_HUE, COLOR_BLEND_NS_LAST = COLOR_BLEND_NS_LUMINOSITY, + + COLOR_BLEND_FIRST = COLOR_BLEND_PD_CLEAR, + COLOR_BLEND_LAST = COLOR_BLEND_NS_LAST, } ColorBlendMethod; /**