cairo 1.6.1-x86-mswin32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- data/AUTHORS +4 -0
- data/COPYING +59 -0
- data/ChangeLog +1320 -0
- data/GPL +340 -0
- data/NEWS +98 -0
- data/README +70 -0
- data/Rakefile +215 -0
- data/cairo/bin/libcairo-2.dll +0 -0
- data/cairo/bin/libpng13.dll +0 -0
- data/cairo/bin/zlib1.dll +0 -0
- data/cairo/include/cairo/cairo-deprecated.h +142 -0
- data/cairo/include/cairo/cairo-features.h +35 -0
- data/cairo/include/cairo/cairo-pdf.h +68 -0
- data/cairo/include/cairo/cairo-ps.h +114 -0
- data/cairo/include/cairo/cairo-svg.h +82 -0
- data/cairo/include/cairo/cairo-win32.h +104 -0
- data/cairo/include/cairo/cairo.h +1945 -0
- data/cairo/include/libpng13/png.h +3419 -0
- data/cairo/include/libpng13/pngconf.h +1437 -0
- data/cairo/lib/cairo.def +251 -0
- data/cairo/lib/cairo.lib +0 -0
- data/cairo/lib/libcairo.dll.a +0 -0
- data/cairo/lib/libpng.def +372 -0
- data/cairo/lib/libpng13.dll.a +0 -0
- data/cairo/lib/pkgconfig/cairo-pdf.pc +12 -0
- data/cairo/lib/pkgconfig/cairo-png.pc +12 -0
- data/cairo/lib/pkgconfig/cairo-ps.pc +12 -0
- data/cairo/lib/pkgconfig/cairo-svg.pc +12 -0
- data/cairo/lib/pkgconfig/cairo-win32-font.pc +12 -0
- data/cairo/lib/pkgconfig/cairo-win32.pc +12 -0
- data/cairo/lib/pkgconfig/cairo.pc +13 -0
- data/cairo/lib/pkgconfig/libpng.pc +14 -0
- data/cairo/lib/pkgconfig/libpng13.pc +14 -0
- data/cairo/make/cairo-1.6.4-1.sh +55 -0
- data/cairo/manifest/cairo-1.6.4-1.mft +6 -0
- data/cairo/manifest/cairo-dev-1.6.4-1.mft +72 -0
- data/cairo/manifest/libpng-dev-1.2.8.mft +7 -0
- data/cairo/share/doc/cairo-1.6.4-1/COPYING +32 -0
- data/cairo/share/doc/cairo-1.6.4-1/COPYING-LGPL-2.1 +510 -0
- data/cairo/share/doc/cairo-1.6.4-1/COPYING-MPL-1.1 +470 -0
- data/cairo/share/gtk-doc/html/cairo/Drawing.html +53 -0
- data/cairo/share/gtk-doc/html/cairo/Fonts.html +56 -0
- data/cairo/share/gtk-doc/html/cairo/Support.html +50 -0
- data/cairo/share/gtk-doc/html/cairo/Surfaces.html +65 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-errors.html +128 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-fonts.html +59 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-memory.html +129 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-overloading.html +127 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-path.html +123 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-patterns.html +63 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-return-values.html +126 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-streams.html +98 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-surfaces.html +99 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Error-Handling.html +328 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Font-Options.html +720 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +297 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +484 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +246 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-PNG-Support.html +345 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Paths.html +1336 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Patterns.html +1560 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +656 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Quartz-Fonts.html +161 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +232 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +337 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Scaled-Fonts.html +823 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Text.html +836 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Transformations.html +462 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Types.html +143 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Version-Information.html +325 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +381 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +331 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +525 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +427 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +626 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +995 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-t.html +2795 -0
- data/cairo/share/gtk-doc/html/cairo/cairo.devhelp +432 -0
- data/cairo/share/gtk-doc/html/cairo/cairo.devhelp2 +432 -0
- data/cairo/share/gtk-doc/html/cairo/home.png +0 -0
- data/cairo/share/gtk-doc/html/cairo/index-1.2.html +137 -0
- data/cairo/share/gtk-doc/html/cairo/index-1.4.html +105 -0
- data/cairo/share/gtk-doc/html/cairo/index-1.6.html +65 -0
- data/cairo/share/gtk-doc/html/cairo/index.html +134 -0
- data/cairo/share/gtk-doc/html/cairo/index.sgml +466 -0
- data/cairo/share/gtk-doc/html/cairo/ix01.html +693 -0
- data/cairo/share/gtk-doc/html/cairo/language-bindings.html +79 -0
- data/cairo/share/gtk-doc/html/cairo/left.png +0 -0
- data/cairo/share/gtk-doc/html/cairo/right.png +0 -0
- data/cairo/share/gtk-doc/html/cairo/style.css +148 -0
- data/cairo/share/gtk-doc/html/cairo/up.png +0 -0
- data/doc/doc.css +91 -0
- data/doc/en/cairo-antialias.html +41 -0
- data/doc/en/cairo-antialias.rd +16 -0
- data/doc/en/cairo-clip-not-representable-error.html +50 -0
- data/doc/en/cairo-clip-not-representable-error.rd +17 -0
- data/doc/en/cairo-color-base.html +72 -0
- data/doc/en/cairo-color-base.rd +38 -0
- data/doc/en/cairo-color-cmyk.html +160 -0
- data/doc/en/cairo-color-cmyk.rd +107 -0
- data/doc/en/cairo-color-hsv.html +140 -0
- data/doc/en/cairo-color-hsv.rd +91 -0
- data/doc/en/cairo-color-rgb.html +145 -0
- data/doc/en/cairo-color-rgb.rd +95 -0
- data/doc/en/cairo-color-x11.html +176 -0
- data/doc/en/cairo-color-x11.rd +151 -0
- data/doc/en/cairo-color.html +241 -0
- data/doc/en/cairo-color.rd +213 -0
- data/doc/en/cairo-content.html +40 -0
- data/doc/en/cairo-content.rd +15 -0
- data/doc/en/cairo-context-blur.html +42 -0
- data/doc/en/cairo-context-blur.rd +15 -0
- data/doc/en/cairo-context-circle.html +42 -0
- data/doc/en/cairo-context-circle.rd +15 -0
- data/doc/en/cairo-context-color.html +42 -0
- data/doc/en/cairo-context-color.rd +15 -0
- data/doc/en/cairo-context-path.html +47 -0
- data/doc/en/cairo-context-path.rd +19 -0
- data/doc/en/cairo-context-rectangle.html +42 -0
- data/doc/en/cairo-context-rectangle.rd +15 -0
- data/doc/en/cairo-context-triangle.html +42 -0
- data/doc/en/cairo-context-triangle.rd +15 -0
- data/doc/en/cairo-context.html +636 -0
- data/doc/en/cairo-context.rd +491 -0
- data/doc/en/cairo-error.html +47 -0
- data/doc/en/cairo-error.rd +16 -0
- data/doc/en/cairo-extend.html +41 -0
- data/doc/en/cairo-extend.rd +16 -0
- data/doc/en/cairo-file-not-found.html +50 -0
- data/doc/en/cairo-file-not-found.rd +17 -0
- data/doc/en/cairo-fill-rule.html +39 -0
- data/doc/en/cairo-fill-rule.rd +14 -0
- data/doc/en/cairo-filter.html +43 -0
- data/doc/en/cairo-filter.rd +18 -0
- data/doc/en/cairo-font-extents.html +74 -0
- data/doc/en/cairo-font-extents.rd +40 -0
- data/doc/en/cairo-font-face.html +41 -0
- data/doc/en/cairo-font-face.rd +14 -0
- data/doc/en/cairo-font-options.html +142 -0
- data/doc/en/cairo-font-options.rd +94 -0
- data/doc/en/cairo-font-slant.html +40 -0
- data/doc/en/cairo-font-slant.rd +15 -0
- data/doc/en/cairo-font-weight.html +39 -0
- data/doc/en/cairo-font-weight.rd +14 -0
- data/doc/en/cairo-format.html +49 -0
- data/doc/en/cairo-format.rd +22 -0
- data/doc/en/cairo-glyph.html +102 -0
- data/doc/en/cairo-glyph.rd +62 -0
- data/doc/en/cairo-gradient-pattern.html +77 -0
- data/doc/en/cairo-gradient-pattern.rd +41 -0
- data/doc/en/cairo-hint-metrics.html +40 -0
- data/doc/en/cairo-hint-metrics.rd +15 -0
- data/doc/en/cairo-hint-style.html +42 -0
- data/doc/en/cairo-hint-style.rd +17 -0
- data/doc/en/cairo-image-surface.html +85 -0
- data/doc/en/cairo-image-surface.rd +47 -0
- data/doc/en/cairo-invalid-content-error.html +50 -0
- data/doc/en/cairo-invalid-content-error.rd +17 -0
- data/doc/en/cairo-invalid-dash-error.html +50 -0
- data/doc/en/cairo-invalid-dash-error.rd +17 -0
- data/doc/en/cairo-invalid-dsc-comment-error.html +50 -0
- data/doc/en/cairo-invalid-dsc-comment-error.rd +17 -0
- data/doc/en/cairo-invalid-format-error.html +50 -0
- data/doc/en/cairo-invalid-format-error.rd +17 -0
- data/doc/en/cairo-invalid-index-error.html +50 -0
- data/doc/en/cairo-invalid-index-error.rd +17 -0
- data/doc/en/cairo-invalid-matrix-error.html +50 -0
- data/doc/en/cairo-invalid-matrix-error.rd +17 -0
- data/doc/en/cairo-invalid-path-data-error.html +50 -0
- data/doc/en/cairo-invalid-path-data-error.rd +17 -0
- data/doc/en/cairo-invalid-pop-group-error.html +50 -0
- data/doc/en/cairo-invalid-pop-group-error.rd +17 -0
- data/doc/en/cairo-invalid-restore-error.html +50 -0
- data/doc/en/cairo-invalid-restore-error.rd +17 -0
- data/doc/en/cairo-invalid-status-error.html +50 -0
- data/doc/en/cairo-invalid-status-error.rd +17 -0
- data/doc/en/cairo-invalid-stride-error.html +50 -0
- data/doc/en/cairo-invalid-stride-error.rd +17 -0
- data/doc/en/cairo-invalid-string-error.html +50 -0
- data/doc/en/cairo-invalid-string-error.rd +17 -0
- data/doc/en/cairo-invalid-visual-error.html +50 -0
- data/doc/en/cairo-invalid-visual-error.rd +17 -0
- data/doc/en/cairo-line-cap.html +40 -0
- data/doc/en/cairo-line-cap.rd +15 -0
- data/doc/en/cairo-line-join.html +40 -0
- data/doc/en/cairo-line-join.rd +15 -0
- data/doc/en/cairo-linear-pattern.html +63 -0
- data/doc/en/cairo-linear-pattern.rd +28 -0
- data/doc/en/cairo-matrix.html +257 -0
- data/doc/en/cairo-matrix.rd +186 -0
- data/doc/en/cairo-no-current-point-error.html +50 -0
- data/doc/en/cairo-no-current-point-error.rd +17 -0
- data/doc/en/cairo-null-pointer-error.html +50 -0
- data/doc/en/cairo-null-pointer-error.rd +17 -0
- data/doc/en/cairo-operator.html +51 -0
- data/doc/en/cairo-operator.rd +26 -0
- data/doc/en/cairo-paper-parse-error.html +50 -0
- data/doc/en/cairo-paper-parse-error.rd +17 -0
- data/doc/en/cairo-paper-unknown-paper-name.html +69 -0
- data/doc/en/cairo-paper-unknown-paper-name.rd +30 -0
- data/doc/en/cairo-paper-unknown-unit.html +69 -0
- data/doc/en/cairo-paper-unknown-unit.rd +30 -0
- data/doc/en/cairo-paper-unrecognized-paper-description.html +69 -0
- data/doc/en/cairo-paper-unrecognized-paper-description.rd +30 -0
- data/doc/en/cairo-paper.html +187 -0
- data/doc/en/cairo-paper.rd +141 -0
- data/doc/en/cairo-path-close-path.html +52 -0
- data/doc/en/cairo-path-close-path.rd +21 -0
- data/doc/en/cairo-path-curve-to.html +52 -0
- data/doc/en/cairo-path-curve-to.rd +21 -0
- data/doc/en/cairo-path-data-type.html +41 -0
- data/doc/en/cairo-path-data-type.rd +16 -0
- data/doc/en/cairo-path-data.html +101 -0
- data/doc/en/cairo-path-data.rd +62 -0
- data/doc/en/cairo-path-line-to.html +52 -0
- data/doc/en/cairo-path-line-to.rd +21 -0
- data/doc/en/cairo-path-move-to.html +52 -0
- data/doc/en/cairo-path-move-to.rd +21 -0
- data/doc/en/cairo-path.html +158 -0
- data/doc/en/cairo-path.rd +109 -0
- data/doc/en/cairo-pattern-type-mismatch-error.html +50 -0
- data/doc/en/cairo-pattern-type-mismatch-error.rd +17 -0
- data/doc/en/cairo-pattern.html +102 -0
- data/doc/en/cairo-pattern.rd +62 -0
- data/doc/en/cairo-pdf-surface.html +60 -0
- data/doc/en/cairo-pdf-surface.rd +27 -0
- data/doc/en/cairo-point.html +77 -0
- data/doc/en/cairo-point.rd +42 -0
- data/doc/en/cairo-ps-level.html +52 -0
- data/doc/en/cairo-ps-level.rd +24 -0
- data/doc/en/cairo-ps-surface.html +95 -0
- data/doc/en/cairo-ps-surface.rd +55 -0
- data/doc/en/cairo-quartz-image-surface.html +60 -0
- data/doc/en/cairo-quartz-image-surface.rd +27 -0
- data/doc/en/cairo-quartz-surface.html +60 -0
- data/doc/en/cairo-quartz-surface.rd +27 -0
- data/doc/en/cairo-radial-pattern.html +63 -0
- data/doc/en/cairo-radial-pattern.rd +28 -0
- data/doc/en/cairo-read-error.html +50 -0
- data/doc/en/cairo-read-error.rd +17 -0
- data/doc/en/cairo-rectangle.html +92 -0
- data/doc/en/cairo-rectangle.rd +54 -0
- data/doc/en/cairo-scaled-font.html +87 -0
- data/doc/en/cairo-scaled-font.rd +50 -0
- data/doc/en/cairo-solid-pattern.html +65 -0
- data/doc/en/cairo-solid-pattern.rd +31 -0
- data/doc/en/cairo-subpixel-order.html +42 -0
- data/doc/en/cairo-subpixel-order.rd +17 -0
- data/doc/en/cairo-surface-finished-error.html +50 -0
- data/doc/en/cairo-surface-finished-error.rd +17 -0
- data/doc/en/cairo-surface-pattern.html +60 -0
- data/doc/en/cairo-surface-pattern.rd +27 -0
- data/doc/en/cairo-surface-type-mismatch-error.html +50 -0
- data/doc/en/cairo-surface-type-mismatch-error.rd +17 -0
- data/doc/en/cairo-surface.html +114 -0
- data/doc/en/cairo-surface.rd +72 -0
- data/doc/en/cairo-svg-surface.html +80 -0
- data/doc/en/cairo-svg-surface.rd +44 -0
- data/doc/en/cairo-svg-version.html +52 -0
- data/doc/en/cairo-svg-version.rd +24 -0
- data/doc/en/cairo-temp-file-error.html +50 -0
- data/doc/en/cairo-temp-file-error.rd +17 -0
- data/doc/en/cairo-text-extents.html +79 -0
- data/doc/en/cairo-text-extents.rd +44 -0
- data/doc/en/cairo-win32-printing-surface.html +60 -0
- data/doc/en/cairo-win32-printing-surface.rd +27 -0
- data/doc/en/cairo-win32-surface.html +65 -0
- data/doc/en/cairo-win32-surface.rd +31 -0
- data/doc/en/cairo-write-error.html +50 -0
- data/doc/en/cairo-write-error.rd +17 -0
- data/doc/en/cairo.html +123 -0
- data/doc/en/cairo.rd +95 -0
- data/doc/en/index.html +1080 -0
- data/doc/en/index.rd +1051 -0
- data/doc/index.html +18 -0
- data/doc/ja/cairo-antialias.html +57 -0
- data/doc/ja/cairo-clip-not-representable-error.html +56 -0
- data/doc/ja/cairo-color-base.html +75 -0
- data/doc/ja/cairo-color-cmyk.html +152 -0
- data/doc/ja/cairo-color-hsv.html +135 -0
- data/doc/ja/cairo-color-rgb.html +145 -0
- data/doc/ja/cairo-color-x11.html +183 -0
- data/doc/ja/cairo-color.html +317 -0
- data/doc/ja/cairo-content.html +51 -0
- data/doc/ja/cairo-context-blur.html +53 -0
- data/doc/ja/cairo-context-circle.html +54 -0
- data/doc/ja/cairo-context-color.html +52 -0
- data/doc/ja/cairo-context-path.html +77 -0
- data/doc/ja/cairo-context-rectangle.html +60 -0
- data/doc/ja/cairo-context-triangle.html +47 -0
- data/doc/ja/cairo-context.html +1449 -0
- data/doc/ja/cairo-error.html +56 -0
- data/doc/ja/cairo-extend.html +56 -0
- data/doc/ja/cairo-file-not-found.html +51 -0
- data/doc/ja/cairo-fill-rule.html +58 -0
- data/doc/ja/cairo-filter.html +43 -0
- data/doc/ja/cairo-font-extents.html +110 -0
- data/doc/ja/cairo-font-face.html +55 -0
- data/doc/ja/cairo-font-options.html +186 -0
- data/doc/ja/cairo-font-slant.html +50 -0
- data/doc/ja/cairo-font-weight.html +47 -0
- data/doc/ja/cairo-format.html +81 -0
- data/doc/ja/cairo-glyph.html +115 -0
- data/doc/ja/cairo-gradient-pattern.html +119 -0
- data/doc/ja/cairo-hint-metrics.html +57 -0
- data/doc/ja/cairo-hint-style.html +64 -0
- data/doc/ja/cairo-image-surface.html +131 -0
- data/doc/ja/cairo-invalid-content-error.html +54 -0
- data/doc/ja/cairo-invalid-dash-error.html +54 -0
- data/doc/ja/cairo-invalid-dsc-comment-error.html +54 -0
- data/doc/ja/cairo-invalid-format-error.html +54 -0
- data/doc/ja/cairo-invalid-index-error.html +54 -0
- data/doc/ja/cairo-invalid-matrix-error.html +54 -0
- data/doc/ja/cairo-invalid-path-data-error.html +54 -0
- data/doc/ja/cairo-invalid-pop-group-error.html +54 -0
- data/doc/ja/cairo-invalid-restore-error.html +55 -0
- data/doc/ja/cairo-invalid-status-error.html +55 -0
- data/doc/ja/cairo-invalid-stride-error.html +55 -0
- data/doc/ja/cairo-invalid-string-error.html +54 -0
- data/doc/ja/cairo-invalid-visual-error.html +57 -0
- data/doc/ja/cairo-line-cap.html +50 -0
- data/doc/ja/cairo-line-join.html +53 -0
- data/doc/ja/cairo-linear-pattern.html +87 -0
- data/doc/ja/cairo-matrix.html +343 -0
- data/doc/ja/cairo-no-current-point-error.html +54 -0
- data/doc/ja/cairo-null-pointer-error.html +54 -0
- data/doc/ja/cairo-operator.html +51 -0
- data/doc/ja/cairo-paper-parse-error.html +55 -0
- data/doc/ja/cairo-paper-unknown-paper-name.html +76 -0
- data/doc/ja/cairo-paper-unknown-unit.html +75 -0
- data/doc/ja/cairo-paper-unrecognized-paper-description.html +76 -0
- data/doc/ja/cairo-paper.html +357 -0
- data/doc/ja/cairo-path-close-path.html +57 -0
- data/doc/ja/cairo-path-curve-to.html +70 -0
- data/doc/ja/cairo-path-data-type.html +53 -0
- data/doc/ja/cairo-path-data.html +127 -0
- data/doc/ja/cairo-path-line-to.html +62 -0
- data/doc/ja/cairo-path-move-to.html +62 -0
- data/doc/ja/cairo-path.html +144 -0
- data/doc/ja/cairo-pattern-type-mismatch-error.html +56 -0
- data/doc/ja/cairo-pattern.html +128 -0
- data/doc/ja/cairo-pdf-surface.html +86 -0
- data/doc/ja/cairo-point.html +90 -0
- data/doc/ja/cairo-ps-level.html +62 -0
- data/doc/ja/cairo-ps-surface.html +214 -0
- data/doc/ja/cairo-quartz-image-surface.html +75 -0
- data/doc/ja/cairo-quartz-surface.html +93 -0
- data/doc/ja/cairo-radial-pattern.html +93 -0
- data/doc/ja/cairo-read-error.html +55 -0
- data/doc/ja/cairo-rectangle.html +109 -0
- data/doc/ja/cairo-scaled-font.html +144 -0
- data/doc/ja/cairo-solid-pattern.html +87 -0
- data/doc/ja/cairo-subpixel-order.html +57 -0
- data/doc/ja/cairo-surface-finished-error.html +54 -0
- data/doc/ja/cairo-surface-pattern.html +68 -0
- data/doc/ja/cairo-surface-type-mismatch-error.html +56 -0
- data/doc/ja/cairo-surface.html +191 -0
- data/doc/ja/cairo-svg-surface.html +114 -0
- data/doc/ja/cairo-svg-version.html +66 -0
- data/doc/ja/cairo-temp-file-error.html +50 -0
- data/doc/ja/cairo-text-extents.html +101 -0
- data/doc/ja/cairo-win32-printing-surface.html +80 -0
- data/doc/ja/cairo-win32-surface.html +100 -0
- data/doc/ja/cairo-write-error.html +55 -0
- data/doc/ja/cairo.html +148 -0
- data/doc/ja/index.html +1080 -0
- data/extconf.rb +153 -0
- data/misc/update-colors.rb +143 -0
- data/pkg-config.rb +278 -0
- data/samples/agg/README +4 -0
- data/samples/agg/aa_demo.rb +47 -0
- data/samples/agg/aa_test.rb +304 -0
- data/samples/blur.rb +47 -0
- data/samples/pac.rb +99 -0
- data/samples/pac2.rb +171 -0
- data/samples/png.rb +45 -0
- data/samples/scalable.rb +56 -0
- data/samples/text-on-path.rb +60 -0
- data/samples/text2.rb +131 -0
- data/src/cairo.def +96 -0
- data/src/cairo.so +0 -0
- data/src/lib/cairo.rb +141 -0
- data/src/lib/cairo/color.rb +255 -0
- data/src/lib/cairo/colors.rb +656 -0
- data/src/lib/cairo/constants.rb +21 -0
- data/src/lib/cairo/context.rb +29 -0
- data/src/lib/cairo/context/blur.rb +45 -0
- data/src/lib/cairo/context/circle.rb +9 -0
- data/src/lib/cairo/context/color.rb +11 -0
- data/src/lib/cairo/context/path.rb +116 -0
- data/src/lib/cairo/context/rectangle.rb +33 -0
- data/src/lib/cairo/context/triangle.rb +12 -0
- data/src/lib/cairo/paper.rb +183 -0
- data/src/lib/cairo/papers.rb +41 -0
- data/src/lib/cairo/path.rb +15 -0
- data/src/lib/cairo/point.rb +7 -0
- data/src/libruby-cairo.a +0 -0
- data/src/rb_cairo.c +82 -0
- data/src/rb_cairo.h +264 -0
- data/src/rb_cairo_constants.c +456 -0
- data/src/rb_cairo_context.c +1548 -0
- data/src/rb_cairo_exception.c +214 -0
- data/src/rb_cairo_font_extents.c +125 -0
- data/src/rb_cairo_font_face.c +56 -0
- data/src/rb_cairo_font_options.c +197 -0
- data/src/rb_cairo_glyph.c +159 -0
- data/src/rb_cairo_matrix.c +350 -0
- data/src/rb_cairo_path.c +459 -0
- data/src/rb_cairo_pattern.c +540 -0
- data/src/rb_cairo_private.c +78 -0
- data/src/rb_cairo_private.h +72 -0
- data/src/rb_cairo_scaled_font.c +177 -0
- data/src/rb_cairo_surface.c +1252 -0
- data/src/rb_cairo_text_extents.c +138 -0
- data/test/run-test.rb +15 -0
- data/test/test_paper.rb +81 -0
- data/test/test_pkg_config.rb +122 -0
- metadata +490 -0
@@ -0,0 +1,151 @@
|
|
1
|
+
= module Cairo::Color::X11
|
2
|
+
|
3
|
+
== Constants
|
4
|
+
|
5
|
+
--- ALICE_BLUE
|
6
|
+
--- ANTIQUE_WHITE
|
7
|
+
--- AQUA
|
8
|
+
--- AQUAMARINE
|
9
|
+
--- AZURE
|
10
|
+
--- BEIGE
|
11
|
+
--- BISQUE
|
12
|
+
--- BLACK
|
13
|
+
--- BLANCHED_ALMOND
|
14
|
+
--- BLUE
|
15
|
+
--- BLUE_VIOLET
|
16
|
+
--- BROWN
|
17
|
+
--- BURLY_WOOD
|
18
|
+
--- CADET_BLUE
|
19
|
+
--- CHARTREUSE
|
20
|
+
--- CHOCOLATE
|
21
|
+
--- CORAL
|
22
|
+
--- CORNFLOWER_BLUE
|
23
|
+
--- CORNSILK
|
24
|
+
--- CRIMSON
|
25
|
+
--- CYAN
|
26
|
+
--- DARK_BLUE
|
27
|
+
--- DARK_CYAN
|
28
|
+
--- DARK_GOLDENROD
|
29
|
+
--- DARK_GRAY
|
30
|
+
--- DARK_GREEN
|
31
|
+
--- DARK_KHAKI
|
32
|
+
--- DARK_MAGENTA
|
33
|
+
--- DARK_OLIVE_GREEN
|
34
|
+
--- DARK_ORANGE
|
35
|
+
--- DARK_ORCHID
|
36
|
+
--- DARK_RED
|
37
|
+
--- DARK_SALMON
|
38
|
+
--- DARK_SEA_GREEN
|
39
|
+
--- DARK_SLATE_BLUE
|
40
|
+
--- DARK_SLATE_GRAY
|
41
|
+
--- DARK_TURQUOISE
|
42
|
+
--- DARK_VIOLET
|
43
|
+
--- DEEP_PINK
|
44
|
+
--- DEEP_SKY_BLUE
|
45
|
+
--- DIM_GRAY
|
46
|
+
--- DODGER_BLUE
|
47
|
+
--- FIRE_BRICK
|
48
|
+
--- FLORAL_WHITE
|
49
|
+
--- FOREST_GREEN
|
50
|
+
--- FUCHSIA
|
51
|
+
--- GAINSBORO
|
52
|
+
--- GHOST_WHITE
|
53
|
+
--- GOLD
|
54
|
+
--- GOLDENROD
|
55
|
+
--- GRAY
|
56
|
+
--- GREEN
|
57
|
+
--- GREEN_YELLOW
|
58
|
+
--- HONEYDEW
|
59
|
+
--- HOT_PINK
|
60
|
+
--- INDIAN_RED
|
61
|
+
--- INDIGO
|
62
|
+
--- IVORY
|
63
|
+
--- KHAKI
|
64
|
+
--- LAVENDER
|
65
|
+
--- LAVENDER_BLUSH
|
66
|
+
--- LAWN_GREEN
|
67
|
+
--- LEMON_CHIFFON
|
68
|
+
--- LIGHT_BLUE
|
69
|
+
--- LIGHT_CORAL
|
70
|
+
--- LIGHT_CYAN
|
71
|
+
--- LIGHT_GOLDENROD_YELLOW
|
72
|
+
--- LIGHT_GREEN
|
73
|
+
--- LIGHT_GREY
|
74
|
+
--- LIGHT_PINK
|
75
|
+
--- LIGHT_SALMON
|
76
|
+
--- LIGHT_SEA_GREEN
|
77
|
+
--- LIGHT_SKY_BLUE
|
78
|
+
--- LIGHT_SLATE_GRAY
|
79
|
+
--- LIGHT_STEEL_BLUE
|
80
|
+
--- LIGHT_YELLOW
|
81
|
+
--- LIME
|
82
|
+
--- LIME_GREEN
|
83
|
+
--- LINEN
|
84
|
+
--- MAGENTA
|
85
|
+
--- MAROON
|
86
|
+
--- MEDIUM_AQUAMARINE
|
87
|
+
--- MEDIUM_BLUE
|
88
|
+
--- MEDIUM_ORCHID
|
89
|
+
--- MEDIUM_PURPLE
|
90
|
+
--- MEDIUM_SEA_GREEN
|
91
|
+
--- MEDIUM_SLATE_BLUE
|
92
|
+
--- MEDIUM_SPRING_GREEN
|
93
|
+
--- MEDIUM_TURQUOISE
|
94
|
+
--- MEDIUM_VIOLET_RED
|
95
|
+
--- MIDNIGHT_BLUE
|
96
|
+
--- MINT_CREAM
|
97
|
+
--- MISTY_ROSE
|
98
|
+
--- MOCCASIN
|
99
|
+
--- NAVAJO_WHITE
|
100
|
+
--- OLD_LACE
|
101
|
+
--- OLIVE
|
102
|
+
--- OLIVE_DRAB
|
103
|
+
--- ORANGE
|
104
|
+
--- ORANGE_RED
|
105
|
+
--- ORCHID
|
106
|
+
--- PALE_GOLDENROD
|
107
|
+
--- PALE_GREEN
|
108
|
+
--- PALE_TURQUOISE
|
109
|
+
--- PALE_VIOLET_RED
|
110
|
+
--- PAPAYA_WHIP
|
111
|
+
--- PEACH_PUFF
|
112
|
+
--- PERU
|
113
|
+
--- PINK
|
114
|
+
--- PLUM
|
115
|
+
--- POWDER_BLUE
|
116
|
+
--- PURPLE
|
117
|
+
--- RED
|
118
|
+
--- ROSY_BROWN
|
119
|
+
--- ROYAL_BLUE
|
120
|
+
--- SADDLE_BROWN
|
121
|
+
--- SALMON
|
122
|
+
--- SANDY_BROWN
|
123
|
+
--- SEASHELL
|
124
|
+
--- SEA_GREEN
|
125
|
+
--- SIENNA
|
126
|
+
--- SILVER
|
127
|
+
--- SKY_BLUE
|
128
|
+
--- SLATE_BLUE
|
129
|
+
--- SLATE_GRAY
|
130
|
+
--- SNOW
|
131
|
+
--- SPRING_GREEN
|
132
|
+
--- STEEL_BLUE
|
133
|
+
--- TAN
|
134
|
+
--- TEAL
|
135
|
+
--- THISTLE
|
136
|
+
--- TOMATO
|
137
|
+
--- TURQUOISE
|
138
|
+
--- VIOLET
|
139
|
+
--- WHEAT
|
140
|
+
--- WHITE
|
141
|
+
--- WHITE_SMOKE
|
142
|
+
--- YELLOW
|
143
|
+
--- YELLOW_GREEN
|
144
|
+
|
145
|
+
== See Also
|
146
|
+
|
147
|
+
* Index
|
148
|
+
|
149
|
+
== ChangeLog
|
150
|
+
|
151
|
+
|
@@ -0,0 +1,241 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
6
|
+
<head>
|
7
|
+
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
+
<title>module Cairo::Color</title>
|
9
|
+
<link href="../doc.css" type="text/css" rel="stylesheet" />
|
10
|
+
</head>
|
11
|
+
<div class="footer">
|
12
|
+
<ul>
|
13
|
+
<li><a href="./">Index</a></li>
|
14
|
+
</ul>
|
15
|
+
|
16
|
+
</div>
|
17
|
+
</body>
|
18
|
+
|
19
|
+
<h1><a name="label-0" id="label-0">module Cairo::Color</a></h1><!-- RDLabel: "module Cairo::Color" -->
|
20
|
+
<h2><a name="label-1" id="label-1">Included Modules</a></h2><!-- RDLabel: "Included Modules" -->
|
21
|
+
<ul>
|
22
|
+
<li><a href="cairo-color-x11.html#label-0">Cairo::Color::X11</a></li>
|
23
|
+
</ul>
|
24
|
+
<h2><a name="label-2" id="label-2">Module Functions</a></h2><!-- RDLabel: "Module Functions" -->
|
25
|
+
<dl>
|
26
|
+
<dt><a name="label-3" id="label-3"><code>Cairo::Color.parse</code></a></dt><!-- RDLabel: "Cairo::Color.parse" -->
|
27
|
+
<dd>
|
28
|
+
<ul>
|
29
|
+
<li>Returns: self: <em>FIXME</em></li>
|
30
|
+
</ul></dd>
|
31
|
+
<dt><a name="label-4" id="label-4"><code>Cairo::Color.parse_hex_color</code></a></dt><!-- RDLabel: "Cairo::Color.parse_hex_color" -->
|
32
|
+
<dd>
|
33
|
+
<ul>
|
34
|
+
<li>Returns: self: <em>FIXME</em></li>
|
35
|
+
</ul></dd>
|
36
|
+
</dl>
|
37
|
+
<h2><a name="label-5" id="label-5">Constants</a></h2><!-- RDLabel: "Constants" -->
|
38
|
+
<dl>
|
39
|
+
<dt><a name="label-6" id="label-6"><code>ALICE_BLUE</code></a></dt><!-- RDLabel: "ALICE_BLUE" -->
|
40
|
+
<dt><a name="label-7" id="label-7"><code>ALIZARIN_CRIMSON</code></a></dt><!-- RDLabel: "ALIZARIN_CRIMSON" -->
|
41
|
+
<dt><a name="label-8" id="label-8"><code>AMARANTH</code></a></dt><!-- RDLabel: "AMARANTH" -->
|
42
|
+
<dt><a name="label-9" id="label-9"><code>AMBER</code></a></dt><!-- RDLabel: "AMBER" -->
|
43
|
+
<dt><a name="label-10" id="label-10"><code>AMETHYST</code></a></dt><!-- RDLabel: "AMETHYST" -->
|
44
|
+
<dt><a name="label-11" id="label-11"><code>APRICOT</code></a></dt><!-- RDLabel: "APRICOT" -->
|
45
|
+
<dt><a name="label-12" id="label-12"><code>AQUA</code></a></dt><!-- RDLabel: "AQUA" -->
|
46
|
+
<dt><a name="label-13" id="label-13"><code>AQUAMARINE</code></a></dt><!-- RDLabel: "AQUAMARINE" -->
|
47
|
+
<dt><a name="label-14" id="label-14"><code>ASPARAGUS</code></a></dt><!-- RDLabel: "ASPARAGUS" -->
|
48
|
+
<dt><a name="label-15" id="label-15"><code>AZURE</code></a></dt><!-- RDLabel: "AZURE" -->
|
49
|
+
<dt><a name="label-16" id="label-16"><code>BEIGE</code></a></dt><!-- RDLabel: "BEIGE" -->
|
50
|
+
<dt><a name="label-17" id="label-17"><code>BISTRE</code></a></dt><!-- RDLabel: "BISTRE" -->
|
51
|
+
<dt><a name="label-18" id="label-18"><code>BLACK</code></a></dt><!-- RDLabel: "BLACK" -->
|
52
|
+
<dt><a name="label-19" id="label-19"><code>BLAZE_ORANGE</code></a></dt><!-- RDLabel: "BLAZE_ORANGE" -->
|
53
|
+
<dt><a name="label-20" id="label-20"><code>BLUE</code></a></dt><!-- RDLabel: "BLUE" -->
|
54
|
+
<dt><a name="label-21" id="label-21"><code>BONDI_BLUE</code></a></dt><!-- RDLabel: "BONDI_BLUE" -->
|
55
|
+
<dt><a name="label-22" id="label-22"><code>BRIGHT_GREEN</code></a></dt><!-- RDLabel: "BRIGHT_GREEN" -->
|
56
|
+
<dt><a name="label-23" id="label-23"><code>BRIGHT_TURQUOISE</code></a></dt><!-- RDLabel: "BRIGHT_TURQUOISE" -->
|
57
|
+
<dt><a name="label-24" id="label-24"><code>BROWN</code></a></dt><!-- RDLabel: "BROWN" -->
|
58
|
+
<dt><a name="label-25" id="label-25"><code>BUFF</code></a></dt><!-- RDLabel: "BUFF" -->
|
59
|
+
<dt><a name="label-26" id="label-26"><code>BURGUNDY</code></a></dt><!-- RDLabel: "BURGUNDY" -->
|
60
|
+
<dt><a name="label-27" id="label-27"><code>BURNT_ORANGE</code></a></dt><!-- RDLabel: "BURNT_ORANGE" -->
|
61
|
+
<dt><a name="label-28" id="label-28"><code>BURNT_SIENNA</code></a></dt><!-- RDLabel: "BURNT_SIENNA" -->
|
62
|
+
<dt><a name="label-29" id="label-29"><code>BURNT_UMBER</code></a></dt><!-- RDLabel: "BURNT_UMBER" -->
|
63
|
+
<dt><a name="label-30" id="label-30"><code>CAMOUFLAGE_GREEN</code></a></dt><!-- RDLabel: "CAMOUFLAGE_GREEN" -->
|
64
|
+
<dt><a name="label-31" id="label-31"><code>CARDINAL</code></a></dt><!-- RDLabel: "CARDINAL" -->
|
65
|
+
<dt><a name="label-32" id="label-32"><code>CARMINE</code></a></dt><!-- RDLabel: "CARMINE" -->
|
66
|
+
<dt><a name="label-33" id="label-33"><code>CARNATION</code></a></dt><!-- RDLabel: "CARNATION" -->
|
67
|
+
<dt><a name="label-34" id="label-34"><code>CARROT_ORANGE</code></a></dt><!-- RDLabel: "CARROT_ORANGE" -->
|
68
|
+
<dt><a name="label-35" id="label-35"><code>CELADON</code></a></dt><!-- RDLabel: "CELADON" -->
|
69
|
+
<dt><a name="label-36" id="label-36"><code>CERISE</code></a></dt><!-- RDLabel: "CERISE" -->
|
70
|
+
<dt><a name="label-37" id="label-37"><code>CERULEAN</code></a></dt><!-- RDLabel: "CERULEAN" -->
|
71
|
+
<dt><a name="label-38" id="label-38"><code>CERULEAN_BLUE</code></a></dt><!-- RDLabel: "CERULEAN_BLUE" -->
|
72
|
+
<dt><a name="label-39" id="label-39"><code>CHARTREUSE</code></a></dt><!-- RDLabel: "CHARTREUSE" -->
|
73
|
+
<dt><a name="label-40" id="label-40"><code>CHARTREUSE_YELLOW</code></a></dt><!-- RDLabel: "CHARTREUSE_YELLOW" -->
|
74
|
+
<dt><a name="label-41" id="label-41"><code>CHESTNUT</code></a></dt><!-- RDLabel: "CHESTNUT" -->
|
75
|
+
<dt><a name="label-42" id="label-42"><code>CHOCOLATE</code></a></dt><!-- RDLabel: "CHOCOLATE" -->
|
76
|
+
<dt><a name="label-43" id="label-43"><code>CINNAMON</code></a></dt><!-- RDLabel: "CINNAMON" -->
|
77
|
+
<dt><a name="label-44" id="label-44"><code>COBALT</code></a></dt><!-- RDLabel: "COBALT" -->
|
78
|
+
<dt><a name="label-45" id="label-45"><code>COPPER</code></a></dt><!-- RDLabel: "COPPER" -->
|
79
|
+
<dt><a name="label-46" id="label-46"><code>COPPER_ROSE</code></a></dt><!-- RDLabel: "COPPER_ROSE" -->
|
80
|
+
<dt><a name="label-47" id="label-47"><code>CORAL</code></a></dt><!-- RDLabel: "CORAL" -->
|
81
|
+
<dt><a name="label-48" id="label-48"><code>CORAL_RED</code></a></dt><!-- RDLabel: "CORAL_RED" -->
|
82
|
+
<dt><a name="label-49" id="label-49"><code>CORN</code></a></dt><!-- RDLabel: "CORN" -->
|
83
|
+
<dt><a name="label-50" id="label-50"><code>CORNFLOWER_BLUE</code></a></dt><!-- RDLabel: "CORNFLOWER_BLUE" -->
|
84
|
+
<dt><a name="label-51" id="label-51"><code>CREAM</code></a></dt><!-- RDLabel: "CREAM" -->
|
85
|
+
<dt><a name="label-52" id="label-52"><code>CRIMSON</code></a></dt><!-- RDLabel: "CRIMSON" -->
|
86
|
+
<dt><a name="label-53" id="label-53"><code>CYAN</code></a></dt><!-- RDLabel: "CYAN" -->
|
87
|
+
<dt><a name="label-54" id="label-54"><code>DARK_BLUE</code></a></dt><!-- RDLabel: "DARK_BLUE" -->
|
88
|
+
<dt><a name="label-55" id="label-55"><code>DARK_POWDER_BLUE</code></a></dt><!-- RDLabel: "DARK_POWDER_BLUE" -->
|
89
|
+
<dt><a name="label-56" id="label-56"><code>DENIM</code></a></dt><!-- RDLabel: "DENIM" -->
|
90
|
+
<dt><a name="label-57" id="label-57"><code>DODGER_BLUE</code></a></dt><!-- RDLabel: "DODGER_BLUE" -->
|
91
|
+
<dt><a name="label-58" id="label-58"><code>EGGPLANT</code></a></dt><!-- RDLabel: "EGGPLANT" -->
|
92
|
+
<dt><a name="label-59" id="label-59"><code>EMERALD</code></a></dt><!-- RDLabel: "EMERALD" -->
|
93
|
+
<dt><a name="label-60" id="label-60"><code>FALU_RED</code></a></dt><!-- RDLabel: "FALU_RED" -->
|
94
|
+
<dt><a name="label-61" id="label-61"><code>FERN_GREEN</code></a></dt><!-- RDLabel: "FERN_GREEN" -->
|
95
|
+
<dt><a name="label-62" id="label-62"><code>FLAX</code></a></dt><!-- RDLabel: "FLAX" -->
|
96
|
+
<dt><a name="label-63" id="label-63"><code>FOREST_GREEN</code></a></dt><!-- RDLabel: "FOREST_GREEN" -->
|
97
|
+
<dt><a name="label-64" id="label-64"><code>FRENCH_ROSE</code></a></dt><!-- RDLabel: "FRENCH_ROSE" -->
|
98
|
+
<dt><a name="label-65" id="label-65"><code>FUCHSIA</code></a></dt><!-- RDLabel: "FUCHSIA" -->
|
99
|
+
<dt><a name="label-66" id="label-66"><code>GAMBOGE</code></a></dt><!-- RDLabel: "GAMBOGE" -->
|
100
|
+
<dt><a name="label-67" id="label-67"><code>GOLD</code></a></dt><!-- RDLabel: "GOLD" -->
|
101
|
+
<dt><a name="label-68" id="label-68"><code>GOLDENROD</code></a></dt><!-- RDLabel: "GOLDENROD" -->
|
102
|
+
<dt><a name="label-69" id="label-69"><code>GRAY</code></a></dt><!-- RDLabel: "GRAY" -->
|
103
|
+
<dt><a name="label-70" id="label-70"><code>GRAY_ASPARAGUS</code></a></dt><!-- RDLabel: "GRAY_ASPARAGUS" -->
|
104
|
+
<dt><a name="label-71" id="label-71"><code>GREEN</code></a></dt><!-- RDLabel: "GREEN" -->
|
105
|
+
<dt><a name="label-72" id="label-72"><code>GREEN_YELLOW</code></a></dt><!-- RDLabel: "GREEN_YELLOW" -->
|
106
|
+
<dt><a name="label-73" id="label-73"><code>HARLEQUIN</code></a></dt><!-- RDLabel: "HARLEQUIN" -->
|
107
|
+
<dt><a name="label-74" id="label-74"><code>HELIOTROPE</code></a></dt><!-- RDLabel: "HELIOTROPE" -->
|
108
|
+
<dt><a name="label-75" id="label-75"><code>HEX_RE</code></a></dt><!-- RDLabel: "HEX_RE" -->
|
109
|
+
<dt><a name="label-76" id="label-76"><code>HOLLYWOOD_CERISE</code></a></dt><!-- RDLabel: "HOLLYWOOD_CERISE" -->
|
110
|
+
<dt><a name="label-77" id="label-77"><code>HOT_MAGENTA</code></a></dt><!-- RDLabel: "HOT_MAGENTA" -->
|
111
|
+
<dt><a name="label-78" id="label-78"><code>HOT_PINK</code></a></dt><!-- RDLabel: "HOT_PINK" -->
|
112
|
+
<dt><a name="label-79" id="label-79"><code>INDIGO</code></a></dt><!-- RDLabel: "INDIGO" -->
|
113
|
+
<dt><a name="label-80" id="label-80"><code>INTERNATIONAL_KLEIN_BLUE</code></a></dt><!-- RDLabel: "INTERNATIONAL_KLEIN_BLUE" -->
|
114
|
+
<dt><a name="label-81" id="label-81"><code>INTERNATIONAL_ORANGE</code></a></dt><!-- RDLabel: "INTERNATIONAL_ORANGE" -->
|
115
|
+
<dt><a name="label-82" id="label-82"><code>IVORY</code></a></dt><!-- RDLabel: "IVORY" -->
|
116
|
+
<dt><a name="label-83" id="label-83"><code>JADE</code></a></dt><!-- RDLabel: "JADE" -->
|
117
|
+
<dt><a name="label-84" id="label-84"><code>KHAKI</code></a></dt><!-- RDLabel: "KHAKI" -->
|
118
|
+
<dt><a name="label-85" id="label-85"><code>KHAKI_X11</code></a></dt><!-- RDLabel: "KHAKI_X11" -->
|
119
|
+
<dt><a name="label-86" id="label-86"><code>LAVENDER</code></a></dt><!-- RDLabel: "LAVENDER" -->
|
120
|
+
<dt><a name="label-87" id="label-87"><code>LAVENDER_BLUE</code></a></dt><!-- RDLabel: "LAVENDER_BLUE" -->
|
121
|
+
<dt><a name="label-88" id="label-88"><code>LAVENDER_BLUSH</code></a></dt><!-- RDLabel: "LAVENDER_BLUSH" -->
|
122
|
+
<dt><a name="label-89" id="label-89"><code>LAVENDER_GRAY</code></a></dt><!-- RDLabel: "LAVENDER_GRAY" -->
|
123
|
+
<dt><a name="label-90" id="label-90"><code>LAVENDER_PINK</code></a></dt><!-- RDLabel: "LAVENDER_PINK" -->
|
124
|
+
<dt><a name="label-91" id="label-91"><code>LAVENDER_ROSE</code></a></dt><!-- RDLabel: "LAVENDER_ROSE" -->
|
125
|
+
<dt><a name="label-92" id="label-92"><code>LEMON</code></a></dt><!-- RDLabel: "LEMON" -->
|
126
|
+
<dt><a name="label-93" id="label-93"><code>LEMON_CHIFFON</code></a></dt><!-- RDLabel: "LEMON_CHIFFON" -->
|
127
|
+
<dt><a name="label-94" id="label-94"><code>LILAC</code></a></dt><!-- RDLabel: "LILAC" -->
|
128
|
+
<dt><a name="label-95" id="label-95"><code>LIME</code></a></dt><!-- RDLabel: "LIME" -->
|
129
|
+
<dt><a name="label-96" id="label-96"><code>LINEN</code></a></dt><!-- RDLabel: "LINEN" -->
|
130
|
+
<dt><a name="label-97" id="label-97"><code>MAGENTA</code></a></dt><!-- RDLabel: "MAGENTA" -->
|
131
|
+
<dt><a name="label-98" id="label-98"><code>MALACHITE</code></a></dt><!-- RDLabel: "MALACHITE" -->
|
132
|
+
<dt><a name="label-99" id="label-99"><code>MAROON</code></a></dt><!-- RDLabel: "MAROON" -->
|
133
|
+
<dt><a name="label-100" id="label-100"><code>MAUVE</code></a></dt><!-- RDLabel: "MAUVE" -->
|
134
|
+
<dt><a name="label-101" id="label-101"><code>MEDIUM_CARMINE</code></a></dt><!-- RDLabel: "MEDIUM_CARMINE" -->
|
135
|
+
<dt><a name="label-102" id="label-102"><code>MEDIUM_LAVENDER</code></a></dt><!-- RDLabel: "MEDIUM_LAVENDER" -->
|
136
|
+
<dt><a name="label-103" id="label-103"><code>MEDIUM_PURPLE</code></a></dt><!-- RDLabel: "MEDIUM_PURPLE" -->
|
137
|
+
<dt><a name="label-104" id="label-104"><code>MIDNIGHT_BLUE</code></a></dt><!-- RDLabel: "MIDNIGHT_BLUE" -->
|
138
|
+
<dt><a name="label-105" id="label-105"><code>MINT_GREEN</code></a></dt><!-- RDLabel: "MINT_GREEN" -->
|
139
|
+
<dt><a name="label-106" id="label-106"><code>MOSS_GREEN</code></a></dt><!-- RDLabel: "MOSS_GREEN" -->
|
140
|
+
<dt><a name="label-107" id="label-107"><code>MOUNTBATTEN_PINK</code></a></dt><!-- RDLabel: "MOUNTBATTEN_PINK" -->
|
141
|
+
<dt><a name="label-108" id="label-108"><code>MUSTARD</code></a></dt><!-- RDLabel: "MUSTARD" -->
|
142
|
+
<dt><a name="label-109" id="label-109"><code>NAVAJO_WHITE</code></a></dt><!-- RDLabel: "NAVAJO_WHITE" -->
|
143
|
+
<dt><a name="label-110" id="label-110"><code>NAVY_BLUE</code></a></dt><!-- RDLabel: "NAVY_BLUE" -->
|
144
|
+
<dt><a name="label-111" id="label-111"><code>OCHRE</code></a></dt><!-- RDLabel: "OCHRE" -->
|
145
|
+
<dt><a name="label-112" id="label-112"><code>OLD_GOLD</code></a></dt><!-- RDLabel: "OLD_GOLD" -->
|
146
|
+
<dt><a name="label-113" id="label-113"><code>OLD_LACE</code></a></dt><!-- RDLabel: "OLD_LACE" -->
|
147
|
+
<dt><a name="label-114" id="label-114"><code>OLD_LAVENDER</code></a></dt><!-- RDLabel: "OLD_LAVENDER" -->
|
148
|
+
<dt><a name="label-115" id="label-115"><code>OLD_ROSE</code></a></dt><!-- RDLabel: "OLD_ROSE" -->
|
149
|
+
<dt><a name="label-116" id="label-116"><code>OLIVE</code></a></dt><!-- RDLabel: "OLIVE" -->
|
150
|
+
<dt><a name="label-117" id="label-117"><code>OLIVE_DRAB</code></a></dt><!-- RDLabel: "OLIVE_DRAB" -->
|
151
|
+
<dt><a name="label-118" id="label-118"><code>ORANGE</code></a></dt><!-- RDLabel: "ORANGE" -->
|
152
|
+
<dt><a name="label-119" id="label-119"><code>ORANGE_COLOR_WHEEL</code></a></dt><!-- RDLabel: "ORANGE_COLOR_WHEEL" -->
|
153
|
+
<dt><a name="label-120" id="label-120"><code>ORANGE_PEEL</code></a></dt><!-- RDLabel: "ORANGE_PEEL" -->
|
154
|
+
<dt><a name="label-121" id="label-121"><code>ORANGE_WEB</code></a></dt><!-- RDLabel: "ORANGE_WEB" -->
|
155
|
+
<dt><a name="label-122" id="label-122"><code>ORCHID</code></a></dt><!-- RDLabel: "ORCHID" -->
|
156
|
+
<dt><a name="label-123" id="label-123"><code>PAPAYA_WHIP</code></a></dt><!-- RDLabel: "PAPAYA_WHIP" -->
|
157
|
+
<dt><a name="label-124" id="label-124"><code>PASTEL_GREEN</code></a></dt><!-- RDLabel: "PASTEL_GREEN" -->
|
158
|
+
<dt><a name="label-125" id="label-125"><code>PASTEL_PINK</code></a></dt><!-- RDLabel: "PASTEL_PINK" -->
|
159
|
+
<dt><a name="label-126" id="label-126"><code>PEACH</code></a></dt><!-- RDLabel: "PEACH" -->
|
160
|
+
<dt><a name="label-127" id="label-127"><code>PEACH_ORANGE</code></a></dt><!-- RDLabel: "PEACH_ORANGE" -->
|
161
|
+
<dt><a name="label-128" id="label-128"><code>PEACH_YELLOW</code></a></dt><!-- RDLabel: "PEACH_YELLOW" -->
|
162
|
+
<dt><a name="label-129" id="label-129"><code>PEAR</code></a></dt><!-- RDLabel: "PEAR" -->
|
163
|
+
<dt><a name="label-130" id="label-130"><code>PERIWINKLE</code></a></dt><!-- RDLabel: "PERIWINKLE" -->
|
164
|
+
<dt><a name="label-131" id="label-131"><code>PERSIAN_BLUE</code></a></dt><!-- RDLabel: "PERSIAN_BLUE" -->
|
165
|
+
<dt><a name="label-132" id="label-132"><code>PERSIAN_GREEN</code></a></dt><!-- RDLabel: "PERSIAN_GREEN" -->
|
166
|
+
<dt><a name="label-133" id="label-133"><code>PERSIAN_INDIGO</code></a></dt><!-- RDLabel: "PERSIAN_INDIGO" -->
|
167
|
+
<dt><a name="label-134" id="label-134"><code>PERSIAN_PINK</code></a></dt><!-- RDLabel: "PERSIAN_PINK" -->
|
168
|
+
<dt><a name="label-135" id="label-135"><code>PERSIAN_RED</code></a></dt><!-- RDLabel: "PERSIAN_RED" -->
|
169
|
+
<dt><a name="label-136" id="label-136"><code>PERSIAN_ROSE</code></a></dt><!-- RDLabel: "PERSIAN_ROSE" -->
|
170
|
+
<dt><a name="label-137" id="label-137"><code>PINE_GREEN</code></a></dt><!-- RDLabel: "PINE_GREEN" -->
|
171
|
+
<dt><a name="label-138" id="label-138"><code>PINK</code></a></dt><!-- RDLabel: "PINK" -->
|
172
|
+
<dt><a name="label-139" id="label-139"><code>PINK_ORANGE</code></a></dt><!-- RDLabel: "PINK_ORANGE" -->
|
173
|
+
<dt><a name="label-140" id="label-140"><code>POMEGRANATE</code></a></dt><!-- RDLabel: "POMEGRANATE" -->
|
174
|
+
<dt><a name="label-141" id="label-141"><code>POWDER_BLUE_WEB</code></a></dt><!-- RDLabel: "POWDER_BLUE_WEB" -->
|
175
|
+
<dt><a name="label-142" id="label-142"><code>PRUSSIAN_BLUE</code></a></dt><!-- RDLabel: "PRUSSIAN_BLUE" -->
|
176
|
+
<dt><a name="label-143" id="label-143"><code>PUCE</code></a></dt><!-- RDLabel: "PUCE" -->
|
177
|
+
<dt><a name="label-144" id="label-144"><code>PUMPKIN</code></a></dt><!-- RDLabel: "PUMPKIN" -->
|
178
|
+
<dt><a name="label-145" id="label-145"><code>PURPLE</code></a></dt><!-- RDLabel: "PURPLE" -->
|
179
|
+
<dt><a name="label-146" id="label-146"><code>RAW_UMBER</code></a></dt><!-- RDLabel: "RAW_UMBER" -->
|
180
|
+
<dt><a name="label-147" id="label-147"><code>RED</code></a></dt><!-- RDLabel: "RED" -->
|
181
|
+
<dt><a name="label-148" id="label-148"><code>RED_VIOLET</code></a></dt><!-- RDLabel: "RED_VIOLET" -->
|
182
|
+
<dt><a name="label-149" id="label-149"><code>ROBIN_EGG_BLUE</code></a></dt><!-- RDLabel: "ROBIN_EGG_BLUE" -->
|
183
|
+
<dt><a name="label-150" id="label-150"><code>ROSE</code></a></dt><!-- RDLabel: "ROSE" -->
|
184
|
+
<dt><a name="label-151" id="label-151"><code>ROYAL_BLUE</code></a></dt><!-- RDLabel: "ROYAL_BLUE" -->
|
185
|
+
<dt><a name="label-152" id="label-152"><code>RUSSET</code></a></dt><!-- RDLabel: "RUSSET" -->
|
186
|
+
<dt><a name="label-153" id="label-153"><code>RUST</code></a></dt><!-- RDLabel: "RUST" -->
|
187
|
+
<dt><a name="label-154" id="label-154"><code>SAFETY_ORANGE</code></a></dt><!-- RDLabel: "SAFETY_ORANGE" -->
|
188
|
+
<dt><a name="label-155" id="label-155"><code>SAFFRON</code></a></dt><!-- RDLabel: "SAFFRON" -->
|
189
|
+
<dt><a name="label-156" id="label-156"><code>SALMON</code></a></dt><!-- RDLabel: "SALMON" -->
|
190
|
+
<dt><a name="label-157" id="label-157"><code>SANDY_BROWN</code></a></dt><!-- RDLabel: "SANDY_BROWN" -->
|
191
|
+
<dt><a name="label-158" id="label-158"><code>SANGRIA</code></a></dt><!-- RDLabel: "SANGRIA" -->
|
192
|
+
<dt><a name="label-159" id="label-159"><code>SAPPHIRE</code></a></dt><!-- RDLabel: "SAPPHIRE" -->
|
193
|
+
<dt><a name="label-160" id="label-160"><code>SCARLET</code></a></dt><!-- RDLabel: "SCARLET" -->
|
194
|
+
<dt><a name="label-161" id="label-161"><code>SCHOOL_BUS_YELLOW</code></a></dt><!-- RDLabel: "SCHOOL_BUS_YELLOW" -->
|
195
|
+
<dt><a name="label-162" id="label-162"><code>SEASHELL</code></a></dt><!-- RDLabel: "SEASHELL" -->
|
196
|
+
<dt><a name="label-163" id="label-163"><code>SEA_GREEN</code></a></dt><!-- RDLabel: "SEA_GREEN" -->
|
197
|
+
<dt><a name="label-164" id="label-164"><code>SELECTIVE_YELLOW</code></a></dt><!-- RDLabel: "SELECTIVE_YELLOW" -->
|
198
|
+
<dt><a name="label-165" id="label-165"><code>SEPIA</code></a></dt><!-- RDLabel: "SEPIA" -->
|
199
|
+
<dt><a name="label-166" id="label-166"><code>SHOCKING_PINK</code></a></dt><!-- RDLabel: "SHOCKING_PINK" -->
|
200
|
+
<dt><a name="label-167" id="label-167"><code>SILVER</code></a></dt><!-- RDLabel: "SILVER" -->
|
201
|
+
<dt><a name="label-168" id="label-168"><code>SLATE_GRAY</code></a></dt><!-- RDLabel: "SLATE_GRAY" -->
|
202
|
+
<dt><a name="label-169" id="label-169"><code>SMALT</code></a></dt><!-- RDLabel: "SMALT" -->
|
203
|
+
<dt><a name="label-170" id="label-170"><code>SPRING_GREEN</code></a></dt><!-- RDLabel: "SPRING_GREEN" -->
|
204
|
+
<dt><a name="label-171" id="label-171"><code>STEEL_BLUE</code></a></dt><!-- RDLabel: "STEEL_BLUE" -->
|
205
|
+
<dt><a name="label-172" id="label-172"><code>SWAMP_GREEN</code></a></dt><!-- RDLabel: "SWAMP_GREEN" -->
|
206
|
+
<dt><a name="label-173" id="label-173"><code>TAN</code></a></dt><!-- RDLabel: "TAN" -->
|
207
|
+
<dt><a name="label-174" id="label-174"><code>TANGERINE</code></a></dt><!-- RDLabel: "TANGERINE" -->
|
208
|
+
<dt><a name="label-175" id="label-175"><code>TAUPE</code></a></dt><!-- RDLabel: "TAUPE" -->
|
209
|
+
<dt><a name="label-176" id="label-176"><code>TAWNY</code></a></dt><!-- RDLabel: "TAWNY" -->
|
210
|
+
<dt><a name="label-177" id="label-177"><code>TEAL</code></a></dt><!-- RDLabel: "TEAL" -->
|
211
|
+
<dt><a name="label-178" id="label-178"><code>TEA_GREEN</code></a></dt><!-- RDLabel: "TEA_GREEN" -->
|
212
|
+
<dt><a name="label-179" id="label-179"><code>TENNE</code></a></dt><!-- RDLabel: "TENNE" -->
|
213
|
+
<dt><a name="label-180" id="label-180"><code>TERRA_COTTA</code></a></dt><!-- RDLabel: "TERRA_COTTA" -->
|
214
|
+
<dt><a name="label-181" id="label-181"><code>THISTLE</code></a></dt><!-- RDLabel: "THISTLE" -->
|
215
|
+
<dt><a name="label-182" id="label-182"><code>TURQUOISE</code></a></dt><!-- RDLabel: "TURQUOISE" -->
|
216
|
+
<dt><a name="label-183" id="label-183"><code>ULTRAMARINE</code></a></dt><!-- RDLabel: "ULTRAMARINE" -->
|
217
|
+
<dt><a name="label-184" id="label-184"><code>VERMILION</code></a></dt><!-- RDLabel: "VERMILION" -->
|
218
|
+
<dt><a name="label-185" id="label-185"><code>VIOLET</code></a></dt><!-- RDLabel: "VIOLET" -->
|
219
|
+
<dt><a name="label-186" id="label-186"><code>VIOLET_EGGPLANT</code></a></dt><!-- RDLabel: "VIOLET_EGGPLANT" -->
|
220
|
+
<dt><a name="label-187" id="label-187"><code>VIRIDIAN</code></a></dt><!-- RDLabel: "VIRIDIAN" -->
|
221
|
+
<dt><a name="label-188" id="label-188"><code>WHEAT</code></a></dt><!-- RDLabel: "WHEAT" -->
|
222
|
+
<dt><a name="label-189" id="label-189"><code>WHITE</code></a></dt><!-- RDLabel: "WHITE" -->
|
223
|
+
<dt><a name="label-190" id="label-190"><code>WISTERIA</code></a></dt><!-- RDLabel: "WISTERIA" -->
|
224
|
+
<dt><a name="label-191" id="label-191"><code>YELLOW</code></a></dt><!-- RDLabel: "YELLOW" -->
|
225
|
+
<dt><a name="label-192" id="label-192"><code>ZINNWALDITE</code></a></dt><!-- RDLabel: "ZINNWALDITE" -->
|
226
|
+
</dl>
|
227
|
+
<h2><a name="label-193" id="label-193">See Also</a></h2><!-- RDLabel: "See Also" -->
|
228
|
+
<ul>
|
229
|
+
<li><a href="index.html#label-0">Index</a></li>
|
230
|
+
</ul>
|
231
|
+
<h2><a name="label-194" id="label-194">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
232
|
+
|
233
|
+
<div class="footer">
|
234
|
+
<ul>
|
235
|
+
<li><a href="./">Index</a></li>
|
236
|
+
</ul>
|
237
|
+
|
238
|
+
</div>
|
239
|
+
</body>
|
240
|
+
|
241
|
+
</html>
|
@@ -0,0 +1,213 @@
|
|
1
|
+
= module Cairo::Color
|
2
|
+
|
3
|
+
== Included Modules
|
4
|
+
|
5
|
+
* Cairo::Color::X11
|
6
|
+
|
7
|
+
== Module Functions
|
8
|
+
|
9
|
+
--- Cairo::Color.parse
|
10
|
+
|
11
|
+
* Returns: self: ((*FIXME*))
|
12
|
+
|
13
|
+
--- Cairo::Color.parse_hex_color
|
14
|
+
|
15
|
+
* Returns: self: ((*FIXME*))
|
16
|
+
|
17
|
+
== Constants
|
18
|
+
|
19
|
+
--- ALICE_BLUE
|
20
|
+
--- ALIZARIN_CRIMSON
|
21
|
+
--- AMARANTH
|
22
|
+
--- AMBER
|
23
|
+
--- AMETHYST
|
24
|
+
--- APRICOT
|
25
|
+
--- AQUA
|
26
|
+
--- AQUAMARINE
|
27
|
+
--- ASPARAGUS
|
28
|
+
--- AZURE
|
29
|
+
--- BEIGE
|
30
|
+
--- BISTRE
|
31
|
+
--- BLACK
|
32
|
+
--- BLAZE_ORANGE
|
33
|
+
--- BLUE
|
34
|
+
--- BONDI_BLUE
|
35
|
+
--- BRIGHT_GREEN
|
36
|
+
--- BRIGHT_TURQUOISE
|
37
|
+
--- BROWN
|
38
|
+
--- BUFF
|
39
|
+
--- BURGUNDY
|
40
|
+
--- BURNT_ORANGE
|
41
|
+
--- BURNT_SIENNA
|
42
|
+
--- BURNT_UMBER
|
43
|
+
--- CAMOUFLAGE_GREEN
|
44
|
+
--- CARDINAL
|
45
|
+
--- CARMINE
|
46
|
+
--- CARNATION
|
47
|
+
--- CARROT_ORANGE
|
48
|
+
--- CELADON
|
49
|
+
--- CERISE
|
50
|
+
--- CERULEAN
|
51
|
+
--- CERULEAN_BLUE
|
52
|
+
--- CHARTREUSE
|
53
|
+
--- CHARTREUSE_YELLOW
|
54
|
+
--- CHESTNUT
|
55
|
+
--- CHOCOLATE
|
56
|
+
--- CINNAMON
|
57
|
+
--- COBALT
|
58
|
+
--- COPPER
|
59
|
+
--- COPPER_ROSE
|
60
|
+
--- CORAL
|
61
|
+
--- CORAL_RED
|
62
|
+
--- CORN
|
63
|
+
--- CORNFLOWER_BLUE
|
64
|
+
--- CREAM
|
65
|
+
--- CRIMSON
|
66
|
+
--- CYAN
|
67
|
+
--- DARK_BLUE
|
68
|
+
--- DARK_POWDER_BLUE
|
69
|
+
--- DENIM
|
70
|
+
--- DODGER_BLUE
|
71
|
+
--- EGGPLANT
|
72
|
+
--- EMERALD
|
73
|
+
--- FALU_RED
|
74
|
+
--- FERN_GREEN
|
75
|
+
--- FLAX
|
76
|
+
--- FOREST_GREEN
|
77
|
+
--- FRENCH_ROSE
|
78
|
+
--- FUCHSIA
|
79
|
+
--- GAMBOGE
|
80
|
+
--- GOLD
|
81
|
+
--- GOLDENROD
|
82
|
+
--- GRAY
|
83
|
+
--- GRAY_ASPARAGUS
|
84
|
+
--- GREEN
|
85
|
+
--- GREEN_YELLOW
|
86
|
+
--- HARLEQUIN
|
87
|
+
--- HELIOTROPE
|
88
|
+
--- HEX_RE
|
89
|
+
--- HOLLYWOOD_CERISE
|
90
|
+
--- HOT_MAGENTA
|
91
|
+
--- HOT_PINK
|
92
|
+
--- INDIGO
|
93
|
+
--- INTERNATIONAL_KLEIN_BLUE
|
94
|
+
--- INTERNATIONAL_ORANGE
|
95
|
+
--- IVORY
|
96
|
+
--- JADE
|
97
|
+
--- KHAKI
|
98
|
+
--- KHAKI_X11
|
99
|
+
--- LAVENDER
|
100
|
+
--- LAVENDER_BLUE
|
101
|
+
--- LAVENDER_BLUSH
|
102
|
+
--- LAVENDER_GRAY
|
103
|
+
--- LAVENDER_PINK
|
104
|
+
--- LAVENDER_ROSE
|
105
|
+
--- LEMON
|
106
|
+
--- LEMON_CHIFFON
|
107
|
+
--- LILAC
|
108
|
+
--- LIME
|
109
|
+
--- LINEN
|
110
|
+
--- MAGENTA
|
111
|
+
--- MALACHITE
|
112
|
+
--- MAROON
|
113
|
+
--- MAUVE
|
114
|
+
--- MEDIUM_CARMINE
|
115
|
+
--- MEDIUM_LAVENDER
|
116
|
+
--- MEDIUM_PURPLE
|
117
|
+
--- MIDNIGHT_BLUE
|
118
|
+
--- MINT_GREEN
|
119
|
+
--- MOSS_GREEN
|
120
|
+
--- MOUNTBATTEN_PINK
|
121
|
+
--- MUSTARD
|
122
|
+
--- NAVAJO_WHITE
|
123
|
+
--- NAVY_BLUE
|
124
|
+
--- OCHRE
|
125
|
+
--- OLD_GOLD
|
126
|
+
--- OLD_LACE
|
127
|
+
--- OLD_LAVENDER
|
128
|
+
--- OLD_ROSE
|
129
|
+
--- OLIVE
|
130
|
+
--- OLIVE_DRAB
|
131
|
+
--- ORANGE
|
132
|
+
--- ORANGE_COLOR_WHEEL
|
133
|
+
--- ORANGE_PEEL
|
134
|
+
--- ORANGE_WEB
|
135
|
+
--- ORCHID
|
136
|
+
--- PAPAYA_WHIP
|
137
|
+
--- PASTEL_GREEN
|
138
|
+
--- PASTEL_PINK
|
139
|
+
--- PEACH
|
140
|
+
--- PEACH_ORANGE
|
141
|
+
--- PEACH_YELLOW
|
142
|
+
--- PEAR
|
143
|
+
--- PERIWINKLE
|
144
|
+
--- PERSIAN_BLUE
|
145
|
+
--- PERSIAN_GREEN
|
146
|
+
--- PERSIAN_INDIGO
|
147
|
+
--- PERSIAN_PINK
|
148
|
+
--- PERSIAN_RED
|
149
|
+
--- PERSIAN_ROSE
|
150
|
+
--- PINE_GREEN
|
151
|
+
--- PINK
|
152
|
+
--- PINK_ORANGE
|
153
|
+
--- POMEGRANATE
|
154
|
+
--- POWDER_BLUE_WEB
|
155
|
+
--- PRUSSIAN_BLUE
|
156
|
+
--- PUCE
|
157
|
+
--- PUMPKIN
|
158
|
+
--- PURPLE
|
159
|
+
--- RAW_UMBER
|
160
|
+
--- RED
|
161
|
+
--- RED_VIOLET
|
162
|
+
--- ROBIN_EGG_BLUE
|
163
|
+
--- ROSE
|
164
|
+
--- ROYAL_BLUE
|
165
|
+
--- RUSSET
|
166
|
+
--- RUST
|
167
|
+
--- SAFETY_ORANGE
|
168
|
+
--- SAFFRON
|
169
|
+
--- SALMON
|
170
|
+
--- SANDY_BROWN
|
171
|
+
--- SANGRIA
|
172
|
+
--- SAPPHIRE
|
173
|
+
--- SCARLET
|
174
|
+
--- SCHOOL_BUS_YELLOW
|
175
|
+
--- SEASHELL
|
176
|
+
--- SEA_GREEN
|
177
|
+
--- SELECTIVE_YELLOW
|
178
|
+
--- SEPIA
|
179
|
+
--- SHOCKING_PINK
|
180
|
+
--- SILVER
|
181
|
+
--- SLATE_GRAY
|
182
|
+
--- SMALT
|
183
|
+
--- SPRING_GREEN
|
184
|
+
--- STEEL_BLUE
|
185
|
+
--- SWAMP_GREEN
|
186
|
+
--- TAN
|
187
|
+
--- TANGERINE
|
188
|
+
--- TAUPE
|
189
|
+
--- TAWNY
|
190
|
+
--- TEAL
|
191
|
+
--- TEA_GREEN
|
192
|
+
--- TENNE
|
193
|
+
--- TERRA_COTTA
|
194
|
+
--- THISTLE
|
195
|
+
--- TURQUOISE
|
196
|
+
--- ULTRAMARINE
|
197
|
+
--- VERMILION
|
198
|
+
--- VIOLET
|
199
|
+
--- VIOLET_EGGPLANT
|
200
|
+
--- VIRIDIAN
|
201
|
+
--- WHEAT
|
202
|
+
--- WHITE
|
203
|
+
--- WISTERIA
|
204
|
+
--- YELLOW
|
205
|
+
--- ZINNWALDITE
|
206
|
+
|
207
|
+
== See Also
|
208
|
+
|
209
|
+
* Index
|
210
|
+
|
211
|
+
== ChangeLog
|
212
|
+
|
213
|
+
|