Class: RAGE::Color
- Inherits:
-
Object
- Object
- RAGE::Color
- Defined in:
- lib/rage/color.rb
Overview
Represents a rgb color in the framework
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ Color
constructor
A new instance of Color.
Constructor Details
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color.
10 11 12 |
# File 'lib/rage/color.rb', line 10 def color @color end |