Imlib2::Color::HsvaColor constructor.
Parameters are identical to Imlib2::Color::HsvaColor::new.
Returns a new Imlib2::Color::HsvaColor.
Examples:
h, s, v, a = 255, 0, 0, 255 border = Imlib2::Color::HsvaColor.new h, s, v, a values = [255, 0, 0, 255] border = Imlib2::Color::HsvaColor.new values
Get the saturation element of a HsvaColor object.
Examples:
amount = color.saturation amount = color.s
Get the saturation element of a HsvaColor object.
Examples:
amount = color.saturation amount = color.s