Added "Real Rainbow" rainbow arc painter.
FIXME: Needs icon. Needs sound effect. Rect update needs fixing (leaving dirt). Color/alpha art needs improvement. Probably needs better preview mode. Pixel gaps appear in lines sometimes (esp. larger rainbows). Should prob. blend colors within color/alpha art when drawing narrow rainbows.
This commit is contained in:
parent
e57530a2fe
commit
31e34c758d
4 changed files with 342 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ bill@newbreedsoftware.com
|
|||
http://www.tuxpaint.org/
|
||||
|
||||
|
||||
June 17, 2002 - April 1, 2009
|
||||
June 17, 2002 - April 5, 2009
|
||||
|
||||
$Id$
|
||||
|
||||
|
|
@ -66,6 +66,9 @@ $Id$
|
|||
with modifications by Bill Kendrick
|
||||
and Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
|
||||
Math for arc used by Real Rainbow provided by
|
||||
Jeff Newmiller <jdnewmil@dcn.davis.ca.us>
|
||||
|
||||
|
||||
* Graphics
|
||||
|
||||
|
|
@ -84,6 +87,12 @@ $Id$
|
|||
|
||||
* Neko cat brushes based on XNeko by Masayuki Koba
|
||||
|
||||
* Real Rainbow colors/alpha based on:
|
||||
http://www.flickr.com/photos/nicholas_t/281820290/
|
||||
photo by Flickr user "Nicholas_T"
|
||||
Creative Commons Attribution 2.0 Generic
|
||||
http://creativecommons.org/licenses/by/2.0/deed.en
|
||||
|
||||
* More brushes created using Inkscape
|
||||
by Caroline Ford <caroline.ford.work@googlemail.com>
|
||||
(Licensed under GFDL/CC-BY-SA/GPL)
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ http://www.tuxpaint.org/
|
|||
|
||||
$Id$
|
||||
|
||||
2009.April.1 (0.9.21)
|
||||
2009.April.5 (0.9.21)
|
||||
* New Starters:
|
||||
-------------
|
||||
* Silver Frame
|
||||
|
|
@ -49,6 +49,15 @@ $Id$
|
|||
with modifications by Bill Kendrick
|
||||
and Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
|
||||
* Real Rainbow - Draw an arc-shaped, photorealistic rainbow.
|
||||
By Bill Kendrick
|
||||
with math help from Jeff Newmiller <jdnewmil@dcn.davis.ca.us>
|
||||
Rainbow colors/alpha based on photo from
|
||||
http://www.flickr.com/photos/nicholas_t/281820290/
|
||||
photo by Flickr user "Nicholas_T"
|
||||
Creative Commons Attribution 2.0 Generic
|
||||
http://creativecommons.org/licenses/by/2.0/deed.en
|
||||
|
||||
* String Edges - Draw string-like patters around the screen.
|
||||
String Corner - Draw aligned string-like patterns.
|
||||
String 'V' - Draw free-form string-like patterns.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue