// Created: ??/??/98
// RCS-ID: $Id$
// Copyright: (c) AUTHOR
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_COLOUR_H_
}
bool operator != (const wxColour& colour) { return !(*this == colour); }
+ void InitFromName(const wxString& col);
+
/* TODO
WXCOLORREF GetPixel() const { return m_pixel; };
*/
private:
- bool m_isInit;
+ bool m_isInit;
unsigned char m_red;
unsigned char m_blue;
unsigned char m_green;
};
#endif
- // _WX_COLOUR_H_
+ // _WX_COLOUR_H_