Adding clarifying comments to the source
This commit is contained in:
parent
90f371b2e3
commit
d4892d5875
1 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue