testing a gradient texture now
authorDerek Foreman <manmower@gmail.com>
Wed, 22 Jan 2003 02:50:29 +0000 (02:50 +0000)
committerDerek Foreman <manmower@gmail.com>
Wed, 22 Jan 2003 02:50:29 +0000 (02:50 +0000)
otk/rendertest.cc

index ce0bb14..484a08f 100644 (file)
@@ -13,16 +13,18 @@ int main(int argc, char **argv)
   otk::AppWidget foo(&app);
   foo.resize(600, 500);
 
-  otk::RenderColor color(0, 0, 0xff, 0xff);
+  otk::RenderColor color(0, 0x96, 0xba, 0x86);
+  otk::RenderColor color2(0, 0x5a, 0x72, 0x4c);
   otk::RenderColor colord(0, 0, 0, 0);
   otk::RenderColor colorl(0, 0xff, 0xff, 0xff);
   otk::RenderTexture tex(false,
                         otk::RenderTexture::Raised,
                         otk::RenderTexture::Bevel1,
                         false,
-                        otk::RenderTexture::Solid,
+                        otk::RenderTexture::Vertical,
                         false,
                         &color,
+                         &color2,
                         &colord,
                         &colorl,
                         0,