]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing 'R' in RGB
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 26 Jun 2002 15:43:52 +0000 (15:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 26 Jun 2002 15:43:52 +0000 (15:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/image.tex

index f8f8048bcac1375908e6848c30a134460bd683d9..56fed27525ab65d0b508ac0a0ff880178ed32e26 100644 (file)
@@ -349,7 +349,7 @@ Returns the blue intensity at the given coordinate.
 
 Returns the image data as an array. This is most often used when doing
 direct image manipulation. The return value points to an array of
-characters in RGBGBRGB... format.
+characters in RGBRGBRGB$\ldots$ format.
 
 \membersection{wxImage::GetGreen}\label{wximagegetgreen}