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