# File lib/color/rgb.rb, line 23 23: def from_percentage(r = 0, g = 0, b = 0) 24: from_fraction(r / 100.0, g / 100.0, b / 100.0) 25: end