Class: Apex::Profile::Vega

Inherits:
Base
  • Object
show all
Defined in:
lib/neptune_apex/profiles/vega.rb

Overview

An AI Vega/Hydra LED light profile

Instance Attribute Summary collapse

Attributes inherited from Base

#name, #type

Instance Method Summary collapse

Constructor Details

#initializeVega

Returns a new instance of Vega.



12
13
14
# File 'lib/neptune_apex/profiles/vega.rb', line 12

def initialize
  @type = 'vega'
end

Instance Attribute Details

#blueObject

Colors



6
7
8
# File 'lib/neptune_apex/profiles/vega.rb', line 6

def blue
  @blue
end

#cWhiteObject

Colors



6
7
8
# File 'lib/neptune_apex/profiles/vega.rb', line 6

def cWhite
  @cWhite
end

#dBlueObject

Colors



6
7
8
# File 'lib/neptune_apex/profiles/vega.rb', line 6

def dBlue
  @dBlue
end

#greenObject

Colors



6
7
8
# File 'lib/neptune_apex/profiles/vega.rb', line 6

def green
  @green
end

#maxObject

Parameters



9
10
11
# File 'lib/neptune_apex/profiles/vega.rb', line 9

def max
  @max
end

#minObject

Parameters



9
10
11
# File 'lib/neptune_apex/profiles/vega.rb', line 9

def min
  @min
end

#nWhiteObject

Colors



6
7
8
# File 'lib/neptune_apex/profiles/vega.rb', line 6

def nWhite
  @nWhite
end

#rampTimeObject

Parameters



9
10
11
# File 'lib/neptune_apex/profiles/vega.rb', line 9

def rampTime
  @rampTime
end

#rBlueObject

Colors



6
7
8
# File 'lib/neptune_apex/profiles/vega.rb', line 6

def rBlue
  @rBlue
end

#redObject

Colors



6
7
8
# File 'lib/neptune_apex/profiles/vega.rb', line 6

def red
  @red
end

#UVObject

Colors



6
7
8
# File 'lib/neptune_apex/profiles/vega.rb', line 6

def UV
  @UV
end

#violetObject

Colors



6
7
8
# File 'lib/neptune_apex/profiles/vega.rb', line 6

def violet
  @violet
end

#wWhiteObject

Colors



6
7
8
# File 'lib/neptune_apex/profiles/vega.rb', line 6

def wWhite
  @wWhite
end