removed overloaded virtual InitWith() methods, keep just a single InitRGBA()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -55,12 +55,8 @@ protected :
|
||||
// Helper function
|
||||
void Init();
|
||||
|
||||
void InitWith( unsigned char red, unsigned char green, unsigned char blue )
|
||||
{
|
||||
InitWith( red, green, blue , wxALPHA_OPAQUE ) ;
|
||||
}
|
||||
|
||||
void InitWith( unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha );
|
||||
virtual void
|
||||
InitRGBA(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
|
||||
|
||||
private:
|
||||
bool m_isInit;
|
||||
@@ -72,7 +68,7 @@ private:
|
||||
public:
|
||||
WXCOLORREF m_pixel ;
|
||||
void FromRGBColor( const WXCOLORREF* color ) ;
|
||||
|
||||
|
||||
|
||||
private:
|
||||
DECLARE_DYNAMIC_CLASS(wxColour)
|
||||
|
Reference in New Issue
Block a user