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