# File lib/color/grayscale.rb, line 40
  def initialize(g = 0)
    @g = g / 100.0
  end