Class: IQ::Color::Base
- Inherits:
-
Object
- Object
- IQ::Color::Base
- 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*/