Class: RuPov::DataTypes::Vector::RGBT

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

Instance Method Summary collapse

Methods included from Common::RGBT

#t, #t=

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, t) ⇒ RGBT

Returns a new instance of RGBT.



519
520
521
# File 'lib/rupov.rb', line 519

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