Displaying 3 results from an estimated 3 matches for "thecolourdatabase".
2006 Oct 03
1
wxColourDatabase.h
This patch just fixes the ColourDatabase prototypes. I may expose this
so we can add colours to the database. Anyone else if free to take a
stab at it. I suggest we just expose the global ''TheColourDatabase'' off Wx.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Dec 29
0
[808] trunk/wxruby2: Make Wx::Colour#== work correctly as documented, tidy docs for that class
...uld
+be between 0 and 255.
</ins><span class="cx">
</span><span class="cx"> *Colour.new*(%(arg-type)String% colourNname)
</span><span class="cx">
</span><del>-Constructs a colour object using a colour name
-listed in *TheColourDatabase*.
</del><ins>+Constructs a colour object using a colour name listed in the global
+colour database *Wx::TheColourDatabase*.
</ins><span class="cx">
</span><del>- *Colour.new*(%(arg-type)Colour% colour)
-
-Copy constructor.
-
</del><span class...
2007 Mar 21
0
[904] branches/wxruby2/wxwidgets_282: Changes in Wx::Colour API 2.6 -> 2.8
...span><del>- *Colour.new*(%(arg-type)String% colourNname)
</del><ins>+ *Colour.new*(%(arg-type)String% colour_name)
</ins><span class="cx">
</span><del>-Constructs a colour object using a colour name listed in the global
-colour database *Wx::TheColourDatabase*.
</del><ins>+Constructs a colour object using the colour named @colour_name@, listed
+in the global colour database *Wx::TheColourDatabase*.
</ins><span class="cx">
</span><del>-h4. Parameters
-
-* _red_ The red value.
-* _green_ The green value.
-* _...