Libraries
»
color
(1.8)
»
Index
»
Color
»
HSL
»
#to_yiq
Method: Color::HSL#to_yiq
Defined in:
lib/color/hsl.rb
#
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