Adding clarifying comments to the source

This commit is contained in:
Andrew Corcoran 2008-09-05 19:21:15 +00:00
parent 90f371b2e3
commit d4892d5875

View file

@ -1,7 +1,11 @@
/*
tint.c
tint, Tint the image into one color or threshold it into pure color and white
Tint, Convert the image into differant shades of a user specified colour.
Seperate Colours, Convert the image into white and the user specified colour.
This does not use differant shades of the user colour like tint does.
Tux Paint - A simple drawing program for children.
Credits: Andrew Corcoran <akanewbie@gmail.com>