Method: Color::Palette::MonoContrast#foreground

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

#foregroundObject (readonly)

Hash of CSS foreground colour values.

This is always 11 values:

0

The starting colour.

1..5

Lighter colours.

-1..-5

Darker colours.

[View source]

30
31
32
# File 'lib/color/palette/monocontrast.rb', line 30

def foreground
  @foreground
end