]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/palette.tex
added wxRendererNative::DrawDropArrow (patch 1166596)
[wxWidgets.git] / docs / latex / wx / palette.tex
index 25c98ec8f231c01404171e0e58261b4cd2026aac..bf6c5e0994c1aaad15b8ebdda80de8d321f43513 100644 (file)
@@ -92,6 +92,12 @@ true if the creation was successful, false otherwise.
 
 \helpref{wxPalette::wxPalette}{wxpalettector}
 
+\membersection{wxPalette::GetColoursCount}\label{wxpalettegetcolourscount}
+
+\constfunc{int}{GetColoursCount}{\void}
+
+Returns number of entries in palette.
+
 \membersection{wxPalette::GetPixel}\label{wxpalettegetpixel}
 
 \constfunc{int}{GetPixel}{\param{const unsigned char }{red}, \param{const unsigned char }{green},\rtfsp
@@ -117,7 +123,7 @@ The nearest palette index.
 
 \membersection{wxPalette::GetRGB}\label{wxpalettegetrgb}
 
-\constfunc{bool}{GetPixel}{\param{int}{ pixel}, \param{const unsigned char* }{red}, \param{const unsigned char* }{green},\rtfsp
+\constfunc{bool}{GetRGB}{\param{int}{ pixel}, \param{const unsigned char* }{red}, \param{const unsigned char* }{green},\rtfsp
  \param{const unsigned char* }{blue}}
 
 Returns RGB values for a given palette index.