Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

hex_to_rgb is not true #85

Open
viponedream opened this issue Jun 19, 2016 · 0 comments
Open

hex_to_rgb is not true #85

viponedream opened this issue Jun 19, 2016 · 0 comments

Comments

@viponedream
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant