Ejemplo n.º 1
0
 /// <summary> Are profiling diagnostics turned on</summary>
 /// <returns> yes or no
 /// </returns>
 public virtual bool debugging()
 {
     return(pl.Get("colorspace_debug") != null && pl.Get("colorspace_debug").ToUpper().Equals("on".ToUpper()));
 }