# File lib/color/yiq.rb, line 28 28: def initialize(y = 0, i = 0, q = 0) 29: @y = y / 100.0 30: @i = i / 100.0 31: @q = q / 100.0 32: end