X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcolor.h;h=680f1b57c30476c8af186219b81e3bf293ebece7;hb=HEAD;hp=b18646471f170f87932a3d4941e9a26427b63f9c;hpb=3025996ba17bf59f5bc64def5d55b95c4d732a8a;p=lsystem3d.git diff --git a/src/color.h b/src/color.h index b186464..680f1b5 100644 --- a/src/color.h +++ b/src/color.h @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -44,6 +44,7 @@ public: */ ~Color(); + /** * Set color * @param r red component @@ -52,6 +53,7 @@ public: */ void setRGB(double r, double g, double b); + /** * Get red component * @return the red component