Method: Color::HSL#to_yiq
- Defined in:
- lib/color/hsl.rb
permalink #to_yiq ⇒ Object
Converts to RGB then YIQ.
88 89 90 |
# File 'lib/color/hsl.rb', line 88 def to_yiq to_rgb.to_yiq end |
Converts to RGB then YIQ.
88 89 90 |
# File 'lib/color/hsl.rb', line 88 def to_yiq to_rgb.to_yiq end |