🎨 RGBA color string utilities for Android
- Android 4.0.3 (API Level 15) or later
Please type it in your build.gradle file.
repositories {
jcenter()
}
dependencies {
compile 'moe.pine.rgba:rgba:0.1.0'
compile 'moe.pine.rgba:rgba-kotlin:0.1.0' // for Kotlin Extension
}
int color = RGBAUtils.RGBAToColor("#00ff00ff");
String rgba = RGBAUtils.colorToRGBA(color);
val color = "#00ff00ff".toColor()
val rgba = color.toRGBA()
$ ./gradlew clean assemble bintrayUpload
MIT © Emoji Generator