Skip to content

This repository contains a Java library for color space manipulation and conversion. The library supports various color spaces, including RGB, RGBA, and HSV, and provides methods for converting between these color spaces. It also includes utility classes for range checking and predefined color constants.

License

Notifications You must be signed in to change notification settings

iamniklas/colorspaces

Repository files navigation

Colorspaces

https://jitpack.io/#iamniklas/Colorspaces

Gradle

To install the library add:

repositories { 
     jcenter()
     maven { url "https://jitpack.io" }
}
dependencies {
      implementation 'com.github.iamniklas:Colorspaces:[VERSION]'
}

About

This repository contains a Java library for color space manipulation and conversion. The library supports various color spaces, including RGB, RGBA, and HSV, and provides methods for converting between these color spaces. It also includes utility classes for range checking and predefined color constants.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages