Re: [Plib-users] Translucent Widgets
Brought to you by:
sjbaker
From: Sebastian U. <ud...@ha...> - 2002-01-17 21:58:44
|
On Thu, 17 Jan 2002, da...@mi... (dave) wrote: > Date: Thu, 17 Jan 2002 15:28:37 -0600 > To: pli...@li... > From: da...@mi... (dave) > Subject: Re: [Plib-users] Translucent Widgets [...] > It seems to me that each object should have a setColour() and load > color, ie, that these functions should be within the puObject class > instead of being global to PUI. What about: void puObject::setColourScheme ( float r, float g, float b, float a = 1.0f ) ; void puObject::setColour ( int which, float r, float g, float b, float a = 1.0f ) ; ? - Sebastian |