55 56 57
# File 'lib/color/yiq.rb', line 55 def inspect "YIQ [%.2f%%, %.2f%%, %.2f%%]" % [ @y * 100, @i * 100, @q * 100 ] end