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

Add explain how to use color value in Readme #8

Open
seose opened this issue Nov 26, 2018 · 0 comments
Open

Add explain how to use color value in Readme #8

seose opened this issue Nov 26, 2018 · 0 comments

Comments

@seose
Copy link

seose commented Nov 26, 2018

I adjust but can't use call back integer value.
and I find convert method in another source.

    if(showAlpha) {
        return String.format("#%08X", color);
    }
    else {
        return String.format("#%06X", 0xFFFFFF & color);
    }

and I can adjust this code

thanks

Reference : https://github.com/Kunzisoft/AndroidClearChroma/blob/644fac71169a257ef8ce676da77a03217fa91583/library/src/main/java/com/kunzisoft/androidclearchroma/ChromaUtil.java

@seose seose changed the title Add explain how to use color value Add explain how to use color value in Readme Nov 26, 2018
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

1 participant