jak-project/goal_src/jak2/levels/intro/intro-ocean.gc
Tyler Wilding 1b2db09f51
d/jak2: pass through all simple / non-blocked *-part, *-ocean and *-scenes files (#2048)
A big one...

I figure even if we would like to change the way the particle/scene code
is output -- it'd be easier to find patterns with it all decompiled.

I've updated my script so it can easily be used to mass update these
files:
```bash
task update-gsrc-glob GLOB="**/*-part*.gc"
```
> for example will update gsrc files with `part` in their name -- if
they are in ref tests (so uncompleted ones aren't touched)

I found a few issues along the way that I'll have to make issues for
soon.
2022-12-22 13:57:57 -05:00

2641 lines
216 KiB
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: intro-ocean.gc
;; name in dgo: intro-ocean
;; dgos: INTROCST
;; og:ignore-from-loc
;; DECOMP BEGINS
(define *ocean-spheres-village1*
(new 'static 'ocean-spheres :spheres (new 'static 'inline-array sphere 36
(new 'static 'sphere :x -7864320.0 :z -7864320.0 :r 2224365.5)
(new 'static 'sphere :x -4718592.0 :z -7864320.0 :r 2224365.5)
(new 'static 'sphere :x -1572864.0 :z -7864320.0 :r 2224365.5)
(new 'static 'sphere :x 1572864.0 :z -7864320.0 :r 2224365.5)
(new 'static 'sphere :x 4718592.0 :z -7864320.0 :r 2224365.5)
(new 'static 'sphere :x 7864320.0 :z -7864320.0 :r 2224365.5)
(new 'static 'sphere :x -7864320.0 :z -4718592.0 :r 2224365.5)
(new 'static 'sphere :x -4718592.0 :z -4718592.0 :r 2224365.5)
(new 'static 'sphere :x -1572864.0 :z -4718592.0 :r 2224365.5)
(new 'static 'sphere :x 1572864.0 :z -4718592.0 :r 2224365.5)
(new 'static 'sphere :x 4718592.0 :z -4718592.0 :r 2224365.5)
(new 'static 'sphere :x 7864320.0 :z -4718592.0 :r 2224365.5)
(new 'static 'sphere :x -7864320.0 :z -1572864.0 :r 2224365.5)
(new 'static 'sphere :x -4718592.0 :z -1572864.0 :r 2224365.5)
(new 'static 'sphere :x -1572864.0 :z -1572864.0 :r 2224365.5)
(new 'static 'sphere :x 1572864.0 :z -1572864.0 :r 2224365.5)
(new 'static 'sphere :x 4718592.0 :z -1572864.0 :r 2224365.5)
(new 'static 'sphere :x 7864320.0 :z -1572864.0 :r 2224365.5)
(new 'static 'sphere :x -7864320.0 :z 1572864.0 :r 2224365.5)
(new 'static 'sphere :x -4718592.0 :z 1572864.0 :r 2224365.5)
(new 'static 'sphere :x -1572864.0 :z 1572864.0 :r 2224365.5)
(new 'static 'sphere :x 1572864.0 :z 1572864.0 :r 2224365.5)
(new 'static 'sphere :x 4718592.0 :z 1572864.0 :r 2224365.5)
(new 'static 'sphere :x 7864320.0 :z 1572864.0 :r 2224365.5)
(new 'static 'sphere :x -7864320.0 :z 4718592.0 :r 2224365.5)
(new 'static 'sphere :x -4718592.0 :z 4718592.0 :r 2224365.5)
(new 'static 'sphere :x -1572864.0 :z 4718592.0 :r 2224365.5)
(new 'static 'sphere :x 1572864.0 :z 4718592.0 :r 2224365.5)
(new 'static 'sphere :x 4718592.0 :z 4718592.0 :r 2224365.5)
(new 'static 'sphere :x 7864320.0 :z 4718592.0 :r 2224365.5)
(new 'static 'sphere :x -7864320.0 :z 7864320.0 :r 2224365.5)
(new 'static 'sphere :x -4718592.0 :z 7864320.0 :r 2224365.5)
(new 'static 'sphere :x -1572864.0 :z 7864320.0 :r 2224365.5)
(new 'static 'sphere :x 1572864.0 :z 7864320.0 :r 2224365.5)
(new 'static 'sphere :x 4718592.0 :z 7864320.0 :r 2224365.5)
(new 'static 'sphere :x 7864320.0 :z 7864320.0 :r 2224365.5)
)
)
)
(define *ocean-colors-village1*
(new 'static 'ocean-colors :colors (new 'static 'array rgba 2548
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x3 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x6 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x5 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x12 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1b :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x12 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x6 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x12 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x18 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x5 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xc :g #x1c :b #x24 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xc :g #x1c :b #x24 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :g #x7 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xc :g #x1c :b #x24 :a #x80)
(new 'static 'rgba :r #xc :g #x1c :b #x24 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x30 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x30 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x30 :a #x80)
(new 'static 'rgba :r #x14 :g #x27 :b #x30 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x7 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x5 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xc :g #x1c :b #x24 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x30 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x30 :a #x80)
(new 'static 'rgba :r #x28 :g #x37 :b #x3f :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x28 :g #x37 :b #x3f :a #x80)
(new 'static 'rgba :r #x28 :g #x37 :b #x3f :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x30 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x30 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x5 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x30 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x28 :g #x37 :b #x3f :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x30 :a #x80)
(new 'static 'rgba :r #xc :g #x1c :b #x24 :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x7 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #xc :g #x1c :b #x24 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x37 :b #x3f :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #xc :g #x1c :b #x24 :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x7 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #xc :g #x1c :b #x24 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x37 :b #x3f :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x37 :b #x3f :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #xc :g #x1c :b #x24 :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x7 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x37 :b #x3f :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x12 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xc :g #x1c :b #x24 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x37 :b #x3f :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #xc :g #x1c :b #x24 :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x12 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x18 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xc :g #x1c :b #x24 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #x29 :g #x37 :b #x3f :a #x80)
(new 'static 'rgba :r #x29 :g #x37 :b #x3f :a #x80)
(new 'static 'rgba :r #x28 :g #x37 :b #x3f :a #x80)
(new 'static 'rgba :r #x29 :g #x37 :b #x3f :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x30 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x18 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x17 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #x29 :g #x37 :b #x3f :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x37 :b #x3f :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x30 :a #x80)
(new 'static 'rgba :r #xc :g #x1c :b #x24 :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x8 :g #x12 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #x14 :g #x27 :b #x30 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x29 :g #x38 :b #x40 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x7 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xc :g #x1c :b #x24 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x30 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #x15 :g #x27 :b #x31 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1b :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x12 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xc :g #x1c :b #x24 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xc :g #x1d :b #x25 :a #x80)
(new 'static 'rgba :r #xc :g #x1c :b #x24 :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1b :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xa :g #x18 :b #x1f :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #xa :g #x17 :b #x1e :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x17 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x7 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x8 :g #x12 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x6 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x3 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x12 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x15 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1b :a #x80)
(new 'static 'rgba :r #x9 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x6 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x14 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x1a :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x12 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x7 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x8 :g #x13 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x12 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x12 :b #x19 :a #x80)
(new 'static 'rgba :r #x8 :g #x12 :b #x19 :a #x80)
(new 'static 'rgba :r #x7 :g #x12 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x5 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x18 :a #x80)
(new 'static 'rgba :r #x7 :g #x11 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x17 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x5 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x6 :g #x10 :b #x16 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x16 :a #x80)
(new 'static 'rgba :r #x6 :g #xf :b #x15 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x7 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x15 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xe :b #x14 :a #x80)
(new 'static 'rgba :r #x5 :g #xd :b #x14 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x12 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x4 :g #xd :b #x13 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x4 :g #xc :b #x13 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x7 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x12 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xb :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x3 :g #xa :b #x11 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #xa :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x9 :b #x10 :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x2 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x8 :b #xf :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xd :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :r #x1 :g #x7 :b #xe :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xd :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x6 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba :g #x5 :b #xc :a #x80)
(new 'static 'rgba)
(new 'static 'rgba)
(new 'static 'rgba)
)
)
)
(define *ocean-near-indices-village1*
(new 'static 'ocean-near-indices
:data (new 'static 'inline-array ocean-near-index 1 (new 'static 'ocean-near-index))
)
)
(define *ocean-trans-indices-village1* (new 'static 'ocean-trans-indices))
(define *ocean-mid-indices-village1* (new 'static 'ocean-mid-indices))
(define *ocean-mid-masks-village1*
(new 'static 'ocean-mid-masks
:data (new 'static 'inline-array ocean-mid-mask 2 (new 'static 'ocean-mid-mask) (new 'static 'ocean-mid-mask))
)
)
(define *ocean-map-village1* (new 'static 'ocean-map
:start-corner (new 'static 'vector :x -9437184.0 :z -9437184.0 :w 1.0)
:far-color (new 'static 'vector :y 5.521569 :z 12.54902 :w 128.0)
)
)
(set! (-> *ocean-map-village1* ocean-spheres) *ocean-spheres-village1*)
(set! (-> *ocean-map-village1* ocean-colors) *ocean-colors-village1*)
(set! (-> *ocean-map-village1* ocean-mid-masks) *ocean-mid-masks-village1*)
(set! (-> *ocean-map-village1* ocean-mid-indices) *ocean-mid-indices-village1*)
(set! (-> *ocean-map-village1* ocean-trans-indices) *ocean-trans-indices-village1*)
(set! (-> *ocean-map-village1* ocean-near-indices) *ocean-near-indices-village1*)