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
57 58 59 |
# File 'lib/consolegl.rb', line 57 def self.BLUE return 34 end |
.GREEN ⇒ Object
49 50 51 |
# File 'lib/consolegl.rb', line 49 def self.GREEN return 32 end |
.LIGHT_BLUE ⇒ Object
61 62 63 |
# File 'lib/consolegl.rb', line 61 def self.LIGHT_BLUE return 36 end |
.RED ⇒ Object
COLOR VALUE ##
45 46 47 |
# File 'lib/consolegl.rb', line 45 def self.RED return 31 end |
.WHITE ⇒ Object
65 66 67 |
# File 'lib/consolegl.rb', line 65 def self.WHITE return 0 end |
.YELLOW ⇒ Object
53 54 55 |
# File 'lib/consolegl.rb', line 53 def self.YELLOW return 33 end |