Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 994 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 994 Bytes

color-blender

Licensed under GNU GPLv3

A simple web-based color blender.

Table of Contents

  1. Contributing
  2. License
  3. Acknowledgements

Contributing

Anyone can freely contribute to the color-blender project. If you'd like to contribute,

  1. Follow the Linux kernel coding guidelines1.
  2. Follow the code of conduct.
  3. If you're proposing changes, feel free to open an issue.
  4. If implementing anything (let it be, a new algorithm, for instance), the code, make it so it solves the problem, or task more efficiently, instead of looking solely for the "fastest" one.

License

This project is released under the GNU GPLv3

Acknowledgements

This project is inspired by Eric A. Meyer's color blender.

Footnotes

  1. https://docs.kernel.org/process/coding-style.html