(start) some style syntax revisions after a discussion on the mailing
commite90b1116c436e9f7511b7700f2687ca33c3d1bb1
authorbradleyhughes <bradleyhughes>
Thu, 3 Feb 2005 13:25:52 +0000 (3 13:25 +0000)
committerbradleyhughes <bradleyhughes>
Thu, 3 Feb 2005 13:25:52 +0000 (3 13:25 +0000)
tree829988a99acaacd764c246617c3b92399d43a39b
parenta2671f853a079623ee5808af257a5c034df8329b
(start) some style syntax revisions after a discussion on the mailing
list:

<name>.backgroundColor: background color for solids
<name>.color1:  initial color for gradients and interlaced solids
<name>.color2:   target color for gradients and interlaced solids

this also entails a slight change in the bt::Texture API... instead of
bt::Texture::color() and ::colorTo(), we have ::color1() and
::color2().  Note that there is no bt::Texture::backgroundColor(); use
::color1() instead.
data/README.style
data/styles/Blue
data/styles/Gray
data/styles/Green
data/styles/Purple
data/styles/Red
lib/Image.cc
lib/Texture.cc
lib/Texture.hh
src/ScreenResource.cc
util/bsetroot.cc