chrs1885 / SheetyColors

An action sheet styled color picker for iOS.
MIT License
106 stars 14 forks source link

Feature/hsb support #1

Closed chrs1885 closed 5 years ago

chrs1885 commented 5 years ago

Issue information

Sheet colors was only supporting RGB color model.

Goal

Add support for HSB/HSV.

Implementation

Adding a new color model and view model to support HSB.

Testing

Run unit tests.