Class: RuPov::Methods::ColourRGBT

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) ⇒ ColourRGBT

Returns a new instance of ColourRGBT.



678
679
680
# File 'lib/rupov.rb', line 678

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