Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8986 in orxonox.OLD for trunk/src/lib/gui


Ignore:
Timestamp:
Jul 1, 2006, 4:57:07 PM (18 years ago)
Author:
bensch
Message:

trunk: slerping colors in HSV-space works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gl/glgui_bar.h

    r8984 r8986  
    3131    void setRange(float minimum, float maximum);
    3232
    33     float getValue() const { return this->_value; };
    34     float getMinimum() const { return this->_minimum; };
    35     float getMaximum() const { return this->_maximum; };
     33    float value() const { return this->_value; };
     34    float minimum() const { return this->_minimum; };
     35    float maximum() const { return this->_maximum; };
    3636
    3737    virtual void update() { };
Note: See TracChangeset for help on using the changeset viewer.