From: Vadim Zeitlin Date: Wed, 26 Jun 2002 15:43:52 +0000 (+0000) Subject: added missing 'R' in RGB X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ba90345d082f759ed34d931833cafb09fc585d61 added missing 'R' in RGB git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/image.tex b/docs/latex/wx/image.tex index f8f8048bca..56fed27525 100644 --- a/docs/latex/wx/image.tex +++ b/docs/latex/wx/image.tex @@ -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}