You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

All Drivers have a method

setHistogramLevel(int level)

which can be used to control the level of histograms produced by a Driver. By default the level is set to 0, which means do not produce any histograms at all. Setting the histogram level on a driver will also effect any child drivers called by that Driver, unless the level has been set explicitly for the child drivers.

  • No labels