amulyakhare / TextDrawable

This light-weight library provides images with letter/text like the Gmail app. It extends the Drawable class thus can be used with existing/custom/network ImageView classes. Also included is a fluent interface for creating drawables and a customizable ColorGenerator.
MIT License
3.16k stars 622 forks source link

Generate specific group of Color #23

Open hadifar opened 9 years ago

hadifar commented 9 years ago

Hi Thanks for your well written Lib;) is it possible to generate a group of specific colors ? for example some light blue colors ? in your color generator when i use Key for generating color it's give me some color which is not proper for my app theme , i want to know is it possible to change this ?

Thanks.