Returns the COLORREF color
#include <Color.au3>
_ColorGetCOLORREF ( $iColor )
$iColor | the COLORREF color to work with (0x00BBGGRR) |
Success: | an array of values in the range 0-255: [0] Red component color [1] Green component color [2] Blue component color |
Failure: | sets the @error flag to non-zero. |
@extended is preserved.