# ecolor - egui color library [![Latest version](https://img.shields.io/crates/v/ecolor.svg)](https://crates.io/crates/ecolor) [![Documentation](https://docs.rs/ecolor/badge.svg)](https://docs.rs/ecolor) [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) ![MIT](https://img.shields.io/badge/license-MIT-blue.svg) ![Apache](https://img.shields.io/badge/license-Apache-blue.svg) A simple color storage and conversion library. This crate is built for the wants and needs of [`egui`](https://github.com/emilk/egui/). If you want an actual _good_ color crate, use [`color`](https://crates.io/crates/color) instead.