You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rgb = autopy.bitmap.capture_screen().get_color( 1000,50 ) #return an int
autopy.color.hex_to_rgb( hex(rgb) ) # hex to rgb is not right
autopy.color.hex_to_rgb( rgb ) # int to rgb is right now
since so,
why the function call hex_to_rgb? not int_to_rgb?
The text was updated successfully, but these errors were encountered:
Issue by viponedream
Sunday Jun 19, 2016 at 07:28 GMT
Originally opened as autopilot-rs#85
rgb = autopy.bitmap.capture_screen().get_color( 1000,50 ) #return an int
autopy.color.hex_to_rgb( hex(rgb) ) # hex to rgb is not right
autopy.color.hex_to_rgb( rgb ) # int to rgb is right now
since so,
why the function call hex_to_rgb? not int_to_rgb?
The text was updated successfully, but these errors were encountered: