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