public Method

HSL.s=(ss)

There's no documentation for this item.

Source Code

# File color/hsl.rb, line 120
def s=(ss) #:nodoc:
  ss = 1.0 if ss > 1
  ss = 0.0 if ss < 0
  @s = ss
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.