Skip to content

A platform agnostic representation of Color and ColorSpaces

License

Notifications You must be signed in to change notification settings

aSoft-Ltd/color

Repository files navigation

Color

badge badge badge badge badge

A platform agnostic representation of color

Introduction

Ever wanted to have the same theme over multiple plaforms [js,android,web,desktop]. This library will aid you in that

Samples

val color = Color(0xFF000000) // Black Color(alpha = ff, red = 0, green = 0, blue = 0)

Setup

dependencies {
    implementation("tz.co.asoft:color-core:0.0.40") // please use the latest version possible
}