Constructs a colour object using a colour name
listed in {\bf wxTheColourDatabase}.
+\func{}{wxColour}{\param{const wxColour\&}{ colour}}
+
+Copy constructor.
+
\wxheading{Parameters}
\docparam{red}{The red value.}
\docparam{colourName}{The colour name.}
+\docparam{colour}{The colour to copy.}
+
\wxheading{See also}
\helpref{wxColourDatabase}{wxcolourdatabase}
\membersection{wxColourData::GetCustomColour}\label{wxcolourdatagetcustomcolour}
-\constfunc{wxColour\&}{GetCustomColour}{\param{const int}{ i}}
+\constfunc{wxColour\&}{GetCustomColour}{\param{int}{ i}}
Gets the {\it i}th custom colour associated with the colour dialog. {\it i} should
be an integer between 0 and 15.
\membersection{wxColourData::SetCustomColour}\label{wxcolourdatasetcustomcolour}
-\func{void}{SetColour}{\param{const int}{ i}, \param{const wxColour\&}{ colour}}
+\func{void}{SetColour}{\param{int}{ i}, \param{const wxColour\&}{ colour}}
Sets the {\it i}th custom colour for the colour dialog. {\it i} should
be an integer between 0 and 15.