Class: RuPov::Methods::ColourRGB

Inherits:
MultiValue show all
Defined in:
lib/rupov.rb

Instance Attribute Summary

Attributes inherited from MultiValue

#name

Instance Method Summary collapse

Methods inherited from MultiValue

#set, #to_s

Constructor Details

#initialize(colour) ⇒ ColourRGB

Returns a new instance of ColourRGB.



666
667
668
# File 'lib/rupov.rb', line 666

def initialize( colour )
    super( [colour], 'rgb' )
end