]> Dogcows Code - chaz/openbox/commitdiff
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 ce0bb1447906e56551c4946f9db796ac18d581be..484a08ffe601d508937f8a81634cc97c01db0355 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,
This page took 0.022066 seconds and 4 git commands to generate.