Class: IQ::Color::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/iq/color/base.rb

Overview

The base class that color model classes should inherit.

Constant Summary collapse

COLOR_MATCH =

:nodoc:

/\s*(\d*\.?\d+\%?)\s*/
FLOAT_MATCH =
/\s*(\d*\.?\d+)\s*/