Sets the color mode for the WinAPIEx library
#include <WinAPIGdi.au3>
_WinAPI_SetUDFColorMode ( $iMode )
$iMode | The color mode. This parameter can be one of the following values. $UDF_BGR $UDF_RGB |
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.