Method: ColorCode::HueSaturation#to_s
- Defined in:
- lib/color_code/hue_saturation.rb
#to_s ⇒ Object
3 4 5 6 |
# File 'lib/color_code/hue_saturation.rb', line 3 def to_s rgb = convert_rgb.map { |hue| '%02x' % hue }.join "##{rgb}" end |