Next:
find-colour
Up:
wx:colour-database
Previous:
wx:colour-database
append
Adds a colour and name pair to the database.
(send
a-wx:colour-database
append
name
colour
)
->
void
name
:
string
colour
:
wx:colour%
object
The
colour
argument is copied.
PLT