uni_color_name 0.1.0 copy "uni_color_name: ^0.1.0" to clipboard
uni_color_name: ^0.1.0 copied to clipboard

Identifies the value of a color by name and vice versa. Knows over 900 color names. The easy-to-use and well-tested library.

Uni(versal) Color Name #

Cover - Uni Color Name

GitHub License

Identifies the value of a color by name and vice versa. Knows over 900 color names. The easy-to-use and well-tested library.

Usage #

const c = UniColorName();
print(c.value('forrest green'));
print(c.name((0.08, 0.27, 0.02), decimals: 2));

Output:

(0.0823529411764706, 0.266666666666667, 0.0235294117647059)
forrest green

Color Palettes #

You can add your own color palette: the class ColorName can handle any inherited palette from Palette<T>.

The helper table: https://docs.google.com/spreadsheets/d/1f8wvrgqfGcXFAiAXx-p9CgLXo3__IoEn8-Us-uRyfok/copy

Welcome #

This package is open-source, stable and well-tested. Development happens on GitHub. Feel free to report issues or create a pull-request there.

General questions are best asked on StackOverflow.

TODO #

1
likes
0
pub points
25%
popularity

Publisher

verified publishersyrokomskyi.com

Identifies the value of a color by name and vice versa. Knows over 900 color names. The easy-to-use and well-tested library.

Repository (GitHub)
View/report issues

Topics

#identify #color #palette #names #image

License

unknown (LICENSE)

Dependencies

test

More

Packages that depend on uni_color_name