rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / plugins / histogram_bezier / bistogram.inc
index d75b032a54e652d3b22f1b6e2b3ad74523b1a4e9..835772ae5acd4060abe0d56053139d31e221a141 100644 (file)
@@ -34,8 +34,7 @@
 #define HISTOGRAM_VALUE 3
 
 // Number of divisions in histogram.
-// 65536 + min and max range to speed up the tabulation
-#define HISTOGRAM_SLOTS 0x13333
+// slots = (256 for 8bit or 65536) + min and max range to speed up the tabulation
 #define FLOAT_RANGE 1.2
 // Minimum value in percentage
 #define HISTOGRAM_MIN -10