Method: Color::Palette::MonoContrast#background

Defined in:
lib/color/palette/monocontrast.rb

#backgroundObject (readonly)

Hash of CSS background colour values.

This is always 11 values:

0

The starting colour.

1..5

Lighter colours.

-1..-5

Darker colours.

[View source]

22
23
24
# File 'lib/color/palette/monocontrast.rb', line 22

def background
  @background
end