Class: Apex::Profile::Vega
- Defined in:
- lib/neptune_apex/profiles/vega.rb
Overview
An AI Vega/Hydra LED light profile
Instance Attribute Summary collapse
-
#blue ⇒ Object
Colors.
-
#cWhite ⇒ Object
Colors.
-
#dBlue ⇒ Object
Colors.
-
#green ⇒ Object
Colors.
-
#max ⇒ Object
Parameters.
-
#min ⇒ Object
Parameters.
-
#nWhite ⇒ Object
Colors.
-
#rampTime ⇒ Object
Parameters.
-
#rBlue ⇒ Object
Colors.
-
#red ⇒ Object
Colors.
-
#UV ⇒ Object
Colors.
-
#violet ⇒ Object
Colors.
-
#wWhite ⇒ Object
Colors.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ Vega
constructor
A new instance of Vega.
Constructor Details
#initialize ⇒ Vega
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
#blue ⇒ Object
Colors
6 7 8 |
# File 'lib/neptune_apex/profiles/vega.rb', line 6 def blue @blue end |
#cWhite ⇒ Object
Colors
6 7 8 |
# File 'lib/neptune_apex/profiles/vega.rb', line 6 def cWhite @cWhite end |
#dBlue ⇒ Object
Colors
6 7 8 |
# File 'lib/neptune_apex/profiles/vega.rb', line 6 def dBlue @dBlue end |
#green ⇒ Object
Colors
6 7 8 |
# File 'lib/neptune_apex/profiles/vega.rb', line 6 def green @green end |
#max ⇒ Object
Parameters
9 10 11 |
# File 'lib/neptune_apex/profiles/vega.rb', line 9 def max @max end |
#min ⇒ Object
Parameters
9 10 11 |
# File 'lib/neptune_apex/profiles/vega.rb', line 9 def min @min end |
#nWhite ⇒ Object
Colors
6 7 8 |
# File 'lib/neptune_apex/profiles/vega.rb', line 6 def nWhite @nWhite end |
#rampTime ⇒ Object
Parameters
9 10 11 |
# File 'lib/neptune_apex/profiles/vega.rb', line 9 def rampTime @rampTime end |
#rBlue ⇒ Object
Colors
6 7 8 |
# File 'lib/neptune_apex/profiles/vega.rb', line 6 def rBlue @rBlue end |
#red ⇒ Object
Colors
6 7 8 |
# File 'lib/neptune_apex/profiles/vega.rb', line 6 def red @red end |
#UV ⇒ Object
Colors
6 7 8 |
# File 'lib/neptune_apex/profiles/vega.rb', line 6 def UV @UV end |
#violet ⇒ Object
Colors
6 7 8 |
# File 'lib/neptune_apex/profiles/vega.rb', line 6 def violet @violet end |
#wWhite ⇒ Object
Colors
6 7 8 |
# File 'lib/neptune_apex/profiles/vega.rb', line 6 def wWhite @wWhite end |