]> git.saurik.com Git - wxWidgets.git/commit - tests/Makefile.in
Add wxColour::{Set,Get}RGB[A]().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Sep 2009 16:29:50 +0000 (16:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Sep 2009 16:29:50 +0000 (16:29 +0000)
commitb0edecea489b62db69eb74ca8f7623132cceab54
tree1d6e770169aded0a61d2768d06c4c52afc5eb23b
parent01937278246c34d3fce6bbccdb54cad6f908da23
Add wxColour::{Set,Get}RGB[A]().

These methods allow to operate with all 3 or 4 colour channels at once.

Add their implementation, documentation and a unit test for wxColour
exercising them.

Closes #9918.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
docs/changes.txt
include/wx/colour.h
interface/wx/colour.h
tests/Makefile.in
tests/graphics/colour.cpp [new file with mode: 0644]
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
tests/test.bkl
tests/test_test_gui.dsp
tests/test_vc7_test_gui.vcproj
tests/test_vc8_test_gui.vcproj
tests/test_vc9_test_gui.vcproj