Function Reference


_ScreenCapture_SetTIFColorDepth

Sets the color depth used for TIFF screen captures

#include <ScreenCapture.au3>
_ScreenCapture_SetTIFColorDepth ( $iDepth )

Parameters

$iDepth Image color depth:
    0 - Default encoder color depth
    24 - 24 bit
    32 - 32 bit

Return Value

None.

Remarks

If not explicitly set, TIFF screen captures default to 24 bits.

Related

_ScreenCapture_SetTIFCompression