Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About bit #74

Open
praveenbbhati opened this issue Nov 24, 2015 · 1 comment
Open

About bit #74

praveenbbhati opened this issue Nov 24, 2015 · 1 comment

Comments

@praveenbbhati
Copy link

It is 16 bit color picker?

@theBlbDan
Copy link

The readme isn't real clear, but a little investigation shows that getColor() returns an int that represents an ARGB color. Since an int is typically 4 bytes, that's 32 bits.

    /**
     * Get the currently selected color.
     * 
     * @return The ARGB value of the currently selected color.
     */
    public int getColor() {
        return mCenterNewColor;
    }

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

No branches or pull requests

2 participants