Converts to RGB then YIQ.
161 162 163
# File 'lib/color/cmyk.rb', line 161 def to_yiq to_rgb.to_yiq end