]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/image.h
document wxPolygonFillMode
[wxWidgets.git] / interface / wx / image.h
index a45715b2c47312f580409979b6cbb8ec30f5f3e4..a5e959b6779058a7ad4a0cb96f7b20a7a07bb1d9 100644 (file)
@@ -63,7 +63,7 @@ enum wxImagePNGType
     ::wxNullImage
 
     @library{wxcore}
-    @category{misc}
+    @category{gdi}
 
     @see wxImage, wxInitAllImageHandlers()
 */
@@ -526,7 +526,7 @@ public:
         If the image has an alpha channel, all pixels with alpha value less
         than @a threshold are replaced with the mask colour and the alpha
         channel is removed. Otherwise nothing is done.
-        
+
         The mask colour is chosen automatically using
         FindFirstUnusedColour() by this function, see the overload below if you
         this is not appropriate.
@@ -558,7 +558,7 @@ public:
             considered to be opaque.
 
      */
-    void ConvertAlphaToMask(unsigned char mr, unsigned char mg, unsigned char mb, 
+    void ConvertAlphaToMask(unsigned char mr, unsigned char mg, unsigned char mb,
                             unsigned char threshold = wxIMAGE_ALPHA_THRESHOLD);
     //@}