Class: AuthorEngine::CollisionDetection::Color
- Inherits:
-
Struct
- Object
- Struct
- AuthorEngine::CollisionDetection::Color
- Defined in:
- lib/author_engine/collision_detection/collision_detection.rb
Instance Attribute Summary collapse
-
#alpha ⇒ Object
Returns the value of attribute alpha.
-
#blue ⇒ Object
Returns the value of attribute blue.
-
#green ⇒ Object
Returns the value of attribute green.
-
#red ⇒ Object
Returns the value of attribute red.
Instance Attribute Details
#alpha ⇒ Object
Returns the value of attribute alpha
3 4 5 |
# File 'lib/author_engine/collision_detection/collision_detection.rb', line 3 def alpha @alpha end |
#blue ⇒ Object
Returns the value of attribute blue
3 4 5 |
# File 'lib/author_engine/collision_detection/collision_detection.rb', line 3 def blue @blue end |
#green ⇒ Object
Returns the value of attribute green
3 4 5 |
# File 'lib/author_engine/collision_detection/collision_detection.rb', line 3 def green @green end |
#red ⇒ Object
Returns the value of attribute red
3 4 5 |
# File 'lib/author_engine/collision_detection/collision_detection.rb', line 3 def red @red end |