Class: RuPov::DataTypes::Vector::RGBFT

Inherits:
Generic
  • Object
show all
Includes:
Common::RGBFT
Defined in:
lib/rupov.rb

Instance Method Summary collapse

Methods included from Common::RGBFT

#t, #t=

Methods included from Common::F

#f, #f=

Methods included from Common::B

#b, #b=

Methods included from Common::G

#g, #g=

Methods included from Common::R

#r, #r=

Methods inherited from Generic

#set, #to_s

Constructor Details

#initialize(r, g, b, f, t) ⇒ RGBFT

Returns a new instance of RGBFT.



525
526
527
# File 'lib/rupov.rb', line 525

def initialize( r, g, b, f, t)
    super( [r,g,b,f,t])
end