]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/image.tex
fixed wxRegionIterator example
[wxWidgets.git] / docs / latex / wx / image.tex
index b932f7a6fdad25ef10adc58a8c8c301d23151b7f..e8bad3500f9eda4dd616ef9bbbb864d3d5c0d38a 100644 (file)
@@ -828,7 +828,7 @@ Specifies whether there is a mask or not. The area of the mask is determined by
 
 \membersection{wxImage::SetMaskColour}\label{wximagesetmaskcolour}
 
-\func{void}{SetMaskColour}{\param{unsigned char }{red}, \param{unsigned char }{blue}, \param{unsigned char }{green}}
+\func{void}{SetMaskColour}{\param{unsigned char }{red}, \param{unsigned char }{green}, \param{unsigned char }{blue}}
 
 Sets the mask colour for this image (and tells the image to use the mask).