Method: ColorCode::RGB#to_hash

Defined in:
lib/color_code/rgb.rb

#to_hashObject



22
23
24
# File 'lib/color_code/rgb.rb', line 22

def to_hash
  { r: @r, g: @g, b: @b }
end