Method: Color::Palette::MonoContrast#background
- Defined in:
- lib/color/palette/monocontrast.rb
permalink #background ⇒ Object (readonly)
Hash of CSS background colour values.
This is always 11 values:
- 0
-
The starting colour.
- 1..5
-
Lighter colours.
- -1..-5
-
Darker colours.
22 23 24 |
# File 'lib/color/palette/monocontrast.rb', line 22 def background @background end |