gdiplus: Add fixmes for unimplemented imageattributes features.
diff --git a/dlls/gdiplus/graphics.c b/dlls/gdiplus/graphics.c
index 94623db..7a6fad3 100644
--- a/dlls/gdiplus/graphics.c
+++ b/dlls/gdiplus/graphics.c
@@ -2080,6 +2080,14 @@
 
             if (imageAttributes)
             {
+                if (imageAttributes->colorkeys[ColorAdjustTypeBitmap].enabled ||
+                    imageAttributes->colorkeys[ColorAdjustTypeDefault].enabled)
+                {
+                    static int fixme;
+                    if (!fixme++)
+                        FIXME("Color keying not implemented\n");
+                }
+
                 if (imageAttributes->colorremaptables[ColorAdjustTypeBitmap].enabled ||
                     imageAttributes->colorremaptables[ColorAdjustTypeDefault].enabled)
                 {
@@ -2105,6 +2113,22 @@
                             }
                         }
                 }
+
+                if (imageAttributes->colormatrices[ColorAdjustTypeBitmap].enabled ||
+                    imageAttributes->colormatrices[ColorAdjustTypeDefault].enabled)
+                {
+                    static int fixme;
+                    if (!fixme++)
+                        FIXME("Color transforms not implemented\n");
+                }
+
+                if (imageAttributes->gamma_enabled[ColorAdjustTypeBitmap] ||
+                    imageAttributes->gamma_enabled[ColorAdjustTypeDefault])
+                {
+                    static int fixme;
+                    if (!fixme++)
+                        FIXME("Gamma adjustment not implemented\n");
+                }
             }
 
             stat = alpha_blend_pixels(graphics, dst_area.left, dst_area.top,