Class: Lightwave::LightwaveObject::Opacity
- Inherits:
-
Object
- Object
- Lightwave::LightwaveObject::Opacity
- Defined in:
- lib/lightwave.rb
Constant Summary collapse
- TYPEMAP =
[:normal,:subtractive,:difference,:multiply,:divide,:alpha,:texture_displacement,:additive]
Instance Attribute Summary collapse
-
#opacity ⇒ Object
Returns the value of attribute opacity.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(strio) ⇒ Opacity
constructor
A new instance of Opacity.
Constructor Details
Instance Attribute Details
#opacity ⇒ Object
Returns the value of attribute opacity.
171 172 173 |
# File 'lib/lightwave.rb', line 171 def opacity @opacity end |
#type ⇒ Object
Returns the value of attribute type.
170 171 172 |
# File 'lib/lightwave.rb', line 170 def type @type end |