Creating colours with RGB values:
$red = Wx::Colour->new(255,0,0); $yellow = Wx::Colour->new(255,255,0); $blue = Wx::Colour->new(0,0,255);