drdIsPixelThresholdEnabled
drdIsPixelThresholdEnabled( ) => t / nil
Description
Indicates whether the pixel threshold is enabled or disabled.
Arguments
Value Returned
Example
drdEnablePixelThreshold(!drdIsPixelThresholdEnabled())
Turns on the pixel threshold if it is currently disabled. If found enabled, the pixel threshold is turned off.
For more information, see drdEnablePixelThreshold.
Return to top