Function Reference


_WinAPI_SetUDFColorMode

Sets the color mode for the WinAPIEx library

#include <WinAPIGdi.au3>
_WinAPI_SetUDFColorMode ( $iMode )

Parameters

$iMode The color mode. This parameter can be one of the following values.
$UDF_BGR
$UDF_RGB

Return Value

None.

Remarks

The functions of this library, in which passes or which returns the color values, works with the values in
accordance with the color mode that been set by this function. Initial color mode is RGB.