Next:
wx:colour-database
Up:
wx:colour
Previous:
red
set
Sets the three (red, green, and blue) component values of the colour.
(send
a-wx:colour
set
red
green
blue
)
->
void
red
:
0
to
255
green
:
0
to
255
blue
:
0
to
255
Sets the RGB value.
PLT