Class: RuPov::DataTypes::Vector::RGBF

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

Instance Method Summary collapse

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

Returns a new instance of RGBF.



513
514
515
# File 'lib/rupov.rb', line 513

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