This namespace contains some CSS colour names.
Returns the RGB colour for name or nil if the name is not valid.
# File lib/color/css.rb, line 18 def self.[](name) @colors[name.to_s.downcase.to_sym] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.