Method: Clutter::Color.hls
- Defined in:
- lib/clutter/color.rb
.hls(hue, luminance, saturation, alpha = 255) ⇒ Object
44 45 46 |
# File 'lib/clutter/color.rb', line 44 def hls(hue, luminance, saturation, alpha=255) hlsa(hue, luminance, saturation, alpha) end |