Class: Color
- Inherits:
-
Object
- Object
- Color
- Defined in:
- lib/consolegl.rb
Class Method Summary collapse
- .BLUE ⇒ Object
- .GREEN ⇒ Object
- .LIGHT_BLUE ⇒ Object
-
.RED ⇒ Object
COLOR VALUE ##.
- .WHITE ⇒ Object
- .YELLOW ⇒ Object
Class Method Details
.BLUE ⇒ Object
44 45 46 |
# File 'lib/consolegl.rb', line 44 def self.BLUE return 34 end |
.GREEN ⇒ Object
36 37 38 |
# File 'lib/consolegl.rb', line 36 def self.GREEN return 32 end |
.LIGHT_BLUE ⇒ Object
48 49 50 |
# File 'lib/consolegl.rb', line 48 def self.LIGHT_BLUE return 36 end |
.RED ⇒ Object
COLOR VALUE ##
32 33 34 |
# File 'lib/consolegl.rb', line 32 def self.RED return 31 end |
.WHITE ⇒ Object
52 53 54 |
# File 'lib/consolegl.rb', line 52 def self.WHITE return 0 end |
.YELLOW ⇒ Object
40 41 42 |
# File 'lib/consolegl.rb', line 40 def self.YELLOW return 33 end |