search for: _colour_

Displaying 4 results from an estimated 4 matches for "_colour_".

2007 May 04
1
Help with map
...weird (or not) is happening. Suppose I want to draw a map of two countries (that have disconnected components), like Argentina and Brazil. If I command: library(maps) library(mapdata) map("worldHires", c("Argentina", "Brazil")) It works fine. However, if I want to _colour_ the interior: map("worldHires", c("Argentina", "Brazil"), c("cyan", "green"), fill=T) Then the colors will be assigned to the islands (Marajo in Brazil's North and Tierra del Fuego in Argentina's South) and there will be a recycling. Is t...
2006 Dec 29
0
[808] trunk/wxruby2: Make Wx::Colour#== work correctly as documented, tidy docs for that class
...class="cx"> * _red_ The red value. </span><span class="cx"> * _green_ The green value. </span><span class="cx"> * _blue_ The blue value. </span><span class="cx"> * _colourName_ The colour name. </span><del>-* _colour_ The colour to copy. </del><span class="cx"> </span><span class="cx"> h4. See also </span><span class="cx"> </span><span class="cx"> "ColourDatabase":colourdatabase.html </span><span class=&q...
2006 Dec 12
0
[785] trunk/wxruby2/doc/textile/window.txtl: Remove set_constraints, correct docs for set_dimensions and set_size
...uot;> h4. See also </span><span class="cx"> </span><span class="lines">@@ -2245,7 +2263,7 @@ </span><span class="cx"> h4. Parameters </span><span class="cx"> </span><span class="cx"> * _colour_ The colour to be used as the foreground colour, pass </span><del>- @NullColour@ to reset to the default colour. </del><ins>+ @Wx::NULL_COLOUR@ to reset to the default colour. </ins><span class="cx"> </span><span class="cx"> h4....
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...set_color + + *set_color*(%(arg-type)Integer% id, %(arg-type)Colour% color) + +The same as "set_colour":#AuiDockArt_setcolour. + +h3(#AuiDockArt_setcolour). AuiDockArt#set_colour + + *set_colour*(%(arg-type)Integer% id, %(arg-type)Color% colour) + +Set a certain setting with the value _colour_. + +_id_ can be one of the colour values of *AuiPaneDockArtSetting*. + +h3(#AuiDockArt_setfont). AuiDockArt#set_font + + *set_font*(%(arg-type)Integer% id, %(arg-type)Font% font) + +Set a font setting. + +h3(#AuiDockArt_setmetric). AuiDockArt#set_metric + + *set_metric*(%(arg-type)Integer% id,...