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