class Rabbit::Format::Foreground

Public Instance Methods

pango_value() click to toggle source
# File lib/rabbit/formatter.rb, line 94
def pango_value
  Renderer::Color.parse(@value).to_gdk_format
end

Private Instance Methods

css_name() click to toggle source
# File lib/rabbit/formatter.rb, line 99
def css_name
  "color"
end