On Aug 17, 2007, at 1:06 PM, Vedran Ljubovic wrote: > In section on Fl_Image::color_average() fltk docs contain this > cryptic notice: > "The original image data is not altered by this method." > What exactly does this mean?
It means that the function leaves your original image intact and instead creates a *new* image that is color-averaged. The new image is returned by this function. This is also why you do not see any changes. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

