]> git.saurik.com Git - wxWidgets.git/commit
Add a more convenient wxColour::MakeDisabled() overload.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Oct 2012 23:23:18 +0000 (23:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Oct 2012 23:23:18 +0000 (23:23 +0000)
commit893d540e536b46a7529923f82e8105acc1c536d8
tree4b8c1da150a451ebc6a6533a025050dfd361d8ce
parent9eae14d7bbfac8bd66d53d201c07febebfeef34c
Add a more convenient wxColour::MakeDisabled() overload.

Allow creating a disabled version of the colour without having to manually
break it into RGB components and then recreating it from them.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/colour.h
interface/wx/colour.h
src/common/colourcmn.cpp