===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
compass-color-schemer-plugin-0.2.8+20140309/readme.md-18-
compass-color-schemer-plugin-0.2.8+20140309/readme.md:19:* `tint($color, $amount)` — Mixes the color with white. Most designers are much more comfortable with this than `lighten()`.
compass-color-schemer-plugin-0.2.8+20140309/readme.md:20:* `shade($color, $amount)` — Same as above but adds black. Designers might prefer it over `darken()`.
compass-color-schemer-plugin-0.2.8+20140309/readme.md:21:* `equalize($color)` — Returns a fully saturated color.
compass-color-schemer-plugin-0.2.8+20140309/readme.md:22:* `set-red($color, $red)` — Sets the amount of red in a color.
compass-color-schemer-plugin-0.2.8+20140309/readme.md:23:* `set-green($color, $green)` — Sets the amount of green in a color.
compass-color-schemer-plugin-0.2.8+20140309/readme.md:24:* `set-blue($color, $blue)` — Sets the amount of blue in a color.
compass-color-schemer-plugin-0.2.8+20140309/readme.md:25:* `set-hue($color, $hue)` — Sets the hue of a color.
compass-color-schemer-plugin-0.2.8+20140309/readme.md:26:* `set-saturation($color, $saturation)` — Sets the saturation of a color.
compass-color-schemer-plugin-0.2.8+20140309/readme.md:27:* `set-lightness($color, $lightness)` — Sets the lightness of a color.
compass-color-schemer-plugin-0.2.8+20140309/readme.md:28:* `set-alpha($color, $alpha)` — Sets the alpha of a color.
compass-color-schemer-plugin-0.2.8+20140309/readme.md-29-
##############################################
compass-color-schemer-plugin-0.2.8+20140309/readme.md-33-
compass-color-schemer-plugin-0.2.8+20140309/readme.md:34:* `ryb-hue($color)` — Will find the hue of a color on the RYB color wheel.
compass-color-schemer-plugin-0.2.8+20140309/readme.md:35:* `set-ryb-hue($color, $hue)` — Sets the hue of a color based on the RYB color wheel.
compass-color-schemer-plugin-0.2.8+20140309/readme.md:36:* `ryb-adjust-hue($color, $degrees)` — Will adjust the hue of a color around the RYB color wheel.
compass-color-schemer-plugin-0.2.8+20140309/readme.md:37:* `ryb-complement($color)` — Finds the RYB complement of a color.
compass-color-schemer-plugin-0.2.8+20140309/readme.md:38:* `ryb-invert($color)` — Inverts a color around the RYB color wheel.
compass-color-schemer-plugin-0.2.8+20140309/readme.md-39-
##############################################
compass-color-schemer-plugin-0.2.8+20140309/readme.md-41-
compass-color-schemer-plugin-0.2.8+20140309/readme.md:42:* `cmyk($cyan, $magenta, $yellow, $black)` — Define colors using CMYK values.
compass-color-schemer-plugin-0.2.8+20140309/readme.md-43-
##############################################
compass-color-schemer-plugin-0.2.8+20140309/readme.md-58-
compass-color-schemer-plugin-0.2.8+20140309/readme.md:59:* `$cs-primary` — set the primary color in a color scheme.
compass-color-schemer-plugin-0.2.8+20140309/readme.md:60:* `$cs-scheme` — mono, complement, triad, tetrad, analogic, accented-analogic
compass-color-schemer-plugin-0.2.8+20140309/readme.md:61:* `$cs-hue-offset` — Amount of hue adjustment in schemes.
compass-color-schemer-plugin-0.2.8+20140309/readme.md:62:* `$cs-brightness-offset` — Amount of brightness adjustment in schemes.
compass-color-schemer-plugin-0.2.8+20140309/readme.md:63:* `$cs-color-model` — rgb, ryb
compass-color-schemer-plugin-0.2.8+20140309/readme.md-64-