# File lib/color/grayscale.rb, line 113 113: def to_hsl 114: Color::HSL.from_fraction(0, 0, @g) 115: end