Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5010 in orxonox.OLD for orxonox/trunk/src/lib/util/color.h


Ignore:
Timestamp:
Aug 14, 2005, 3:48:22 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: better color-transformation-algorithms

File:
1 moved

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/util/color.h

    r5009 r5010  
    1515class Color
    1616{
    17   Vector RGBtoHSV (Vector RGB);
    18   Vector HSVtoRGB (Vector HSV);
     17  public:
     18  static Vector RGBtoHSV (const Vector& RGB);
     19  static Vector HSVtoRGB (const Vector& HSV);
     20
     21  static float minrgb(float r, float g, float b);
     22  static float maxrgb(float r, float g, float b);
    1923};
    2024
Note: See TracChangeset for help on using the changeset viewer.