autopy-legacy icon indicating copy to clipboard operation
autopy-legacy copied to clipboard

hex_to_rgb is not true

Open viponedream opened this issue 8 years ago • 0 comments

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?

viponedream avatar Jun 19 '16 07:06 viponedream