Revision: 56345
          http://sourceforge.net/p/brlcad/code/56345
Author:   mohitdaga
Date:     2013-07-30 17:24:19 +0000 (Tue, 30 Jul 2013)
Log Message:
-----------
Added comments for icv_fade function.

Modified Paths:
--------------
    brlcad/trunk/include/icv.h

Modified: brlcad/trunk/include/icv.h
===================================================================
--- brlcad/trunk/include/icv.h  2013-07-30 17:02:17 UTC (rev 56344)
+++ brlcad/trunk/include/icv.h  2013-07-30 17:24:19 UTC (rev 56345)
@@ -361,7 +361,15 @@
                                               icv_image_t* new_img,
                                               ICV_FILTER filter_type);
 
-
+/**
+ * icv_fade will darken a pix by a certain fraction.
+ *
+ * Fades an image in place.
+ *
+ * @param img ICV Image to be faded.
+ * @param fraction should be between 0 to 1. Amount by which the image
+ * is needed to faded.
+ */
 ICV_EXPORT extern int icv_fade(icv_image_t* img, double fraction);
 
 /** @} */

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to