X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fcolor.h;h=62baa04fb77d33a2817ac72119fb7913719bef4c;hb=54d76cf22cb55862d5ebf52dfa098fcfe8d246f8;hp=f21a396fd827f7aa81a6bf85d06d110fbd5475fe;hpb=37600b4b217caa5e316984ec0b035c5e8f9698af;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/color.h b/synfig-core/trunk/src/synfig/color.h index f21a396..62baa04 100644 --- a/synfig-core/trunk/src/synfig/color.h +++ b/synfig-core/trunk/src/synfig/color.h @@ -212,7 +212,7 @@ public: public: // ETL/trunk/ETL/_gaussian.h does: // SR1=SR2=SR3=typename T::value_type(); - // and expects that to give it initialised colors + // and expects that to give it initialized colors // Otherwise the 'gaussian' blur type is random. Color() :a_(0), r_(0), g_(0), b_(0) { } Color(const value_type &f) :a_(f),r_(f), g_(f), b_(f) { }