函数参考


_ScreenCapture_SetTIFColorDepth

设置颜色深度, 用于屏幕捕捉的 TIFF

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

参数

$iDepth 图像颜色深度:
0 - 默认编码器颜色深度
24 - 24 bit
32 - 32 bit

返回值

None.

注意/说明

 如果没有明确设置,屏幕捕捉的 TIFF 默认为 24 bits

相关

_ScreenCapture_SetTIFCompression