Method: Color::CMYK#to_yiq
- Defined in:
- lib/color/cmyk.rb
permalink #to_yiq ⇒ Object
Converts to RGB then YIQ.
161 162 163 |
# File 'lib/color/cmyk.rb', line 161 def to_yiq to_rgb.to_yiq end |
Converts to RGB then YIQ.
161 162 163 |
# File 'lib/color/cmyk.rb', line 161 def to_yiq to_rgb.to_yiq end |