Returns an array containing RGB values in their respective positions
#include <Color.au3>
_ColorGetRGB ( $iColor )
$iColor | The RGB color to work with (0x00RRGGBB). |
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. |
_ColorGetBlue, _ColorGetGreen, _ColorGetRed, _ColorSetRGB