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
{{ message }}
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
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:
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: