Displaying 3 results from an estimated 3 matches for "colourdatabase".
Did you mean:
colordatabase
2006 Dec 29
0
[808] trunk/wxruby2: Make Wx::Colour#== work correctly as documented, tidy docs for that class
...t;<span class="cx"> h1(#wxcolour). Wx::Colour
</span><span class="cx">
</span><del>-A colour is an object representing a combination of Red, Green, and Blue (RGB) intensity values,
-and is used to determine drawing colours. See the
-entry for "ColourDatabase":colourdatabase.html for how a pointer to a predefined,
-named colour may be returned instead of creating a new colour.
</del><ins>+A colour is an object representing a combination of Red, Green, and Blue
+(RGB) intensity values, and is used to determine drawing colours. See
+the e...
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@rubyfor...
2007 Mar 21
0
[904] branches/wxruby2/wxwidgets_282: Changes in Wx::Colour API 2.6 -> 2.8
...n><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.
-* _...