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

hex_to_rgb is not true #85

Description

@viponedream

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions