// Author: Robert Roebling
// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// copy ctors and assignment operators
wxColour( const wxColour& col );
- wxColour( const wxColour* col );
wxColour& operator = ( const wxColour& col );
// dtor
// comparison
bool operator == ( const wxColour& col );
bool operator != ( const wxColour& col );
-
+
// accessors
void Set( unsigned char red, unsigned char green, unsigned char blue );
unsigned char Red() const;