Module: RuPov::DataTypes::Vector::Common::RGBT

Includes:
RGB
Included in:
RGBT
Defined in:
lib/rupov.rb

Instance Method Summary collapse

Methods included from B

#b, #b=

Methods included from G

#g, #g=

Methods included from R

#r, #r=

Instance Method Details

#tObject



464
465
466
# File 'lib/rupov.rb', line 464

def t
    @items[3]
end

#t=(t) ⇒ Object



467
468
469
# File 'lib/rupov.rb', line 467

def t=(t)
    @items[3]=t
end