Class Rubygame::Color::ColorHSL
In: lib/rubygame/color/models/hsl.rb
Parent: Object

Represents color in the HSL (Hue, Saturation, Luminosity) color space.

Methods

Included Modules

ColorBase

Attributes

a  [R] 
h  [R] 
l  [R] 
s  [R] 

Public Class methods

Create a new instance from an Array or an existing color (of any type). If the alpha (opacity) component is omitted from the array, full opacity will be used.

All color components range from 0.0 to 1.0.

Public Instance methods

inspect()

Alias for to_s

Return an Array with the red, green, blue, and alpha components of the color (converting the color to the RGBA model first).

[Validate]