hint to alpha colours added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2006-08-27 09:23:58 +00:00
parent 97c7d01d12
commit a0afe18fcf

View File

@@ -18,6 +18,12 @@ there are also versions which accept single {\tt wxPoint} parameter instead of
two {\tt wxCoord} ones or {\tt wxPoint} and {\tt wxSize} instead of four of
them.
\wxheading{Support for Transparency / Alpha Channel}
On Mac OS X when using Core Graphics (wx\_MAC\_USE\_CORE\_GRAPHICS set to 1)
colors with alpha are supported, so instances {\tt wxPen} or {\tt wxBrush} that are built from {\tt wxColour} use
the color's alpha values when stroking or filling.
\wxheading{Derived from}
\helpref{wxObject}{wxobject}