summaryrefslogtreecommitdiff
path: root/examples/draw.d
diff options
context:
space:
mode:
authorMike Wey2011-10-16 19:40:07 +0200
committerMike Wey2011-10-16 19:40:07 +0200
commitd131ed5959a916a0180bdb561ef508f51e19d8a7 (patch)
treefa9f0ffbb7f9a242a208589768ff4c52014350fc /examples/draw.d
parent20aceb391b4ba13d9f670cefa62066ab2ab5b90a (diff)
Allow converting one color type to an other.
Diffstat (limited to 'examples/draw.d')
-rw-r--r--examples/draw.d1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/draw.d b/examples/draw.d
index d3635c5..358e942 100644
--- a/examples/draw.d
+++ b/examples/draw.d
@@ -32,7 +32,6 @@ void main()
//Define the Gradients to use;
Gradient cylinderEmptyColor = Gradient(new Color("white"), new Color("gray"), imageHeight/2);
- Gradient cylinderinsideColor = Gradient(new Color("white"), new Color("darkgray"), imageHeight/2);
Gradient cylinderFullColor = Gradient(new Color("green2"), new Color("darkgreen"), imageHeight/2);
Gradient cylinderOutColor = Gradient(new Color("lime"), new Color("green4"), imageHeight/2);